zhangmeng
2024-04-19 e3ba120cb766a17e098e58d11c39ffc600a3070c
commit | author | age
e3ba12 1 <script>
Z 2   export default {
3     onLaunch () {
4       // 加载系统信息
5       this.$store.dispatch('SystemInfo')
6     },
7     onShow () {
8     },
9     onHide () {
10     }
11   }
12 </script>
13
14 <style lang="scss">
15 @import "@/uni_modules/uview-ui/index.scss";
16 @import "@/static/style.scss";
17 </style>