【smart-app】 更新beta版本

This commit is contained in:
zhuoda
2024-03-17 22:57:18 +08:00
parent dd43d6e9da
commit de915358cc
304 changed files with 44899 additions and 5992 deletions
+18
View File
@@ -0,0 +1,18 @@
<script>
import { useUserStore } from '/@/store/modules/system/user';
export default {
onLaunch: function () {
useUserStore().getLoginInfo();
},
onShow: function () {
console.log('App Show');
},
onHide: function () {
console.log('App Hide');
},
};
</script>
<style lang="scss">
@import '@/uni_modules/uni-scss/index.scss';
</style>