mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-17 19:24:23 +00:00
【smart-app】 更新beta版本
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user