This commit is contained in:
王一嘉
2025-07-24 11:00:48 +08:00
parent bddd14faff
commit 0819032049
9 changed files with 71 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
<script>
import {useUserStore} from "./pinia/UserStore/index.js";
import {toPage} from "./utils/uils.js";
import {useSystemStore} from "./pinia/SystemStore/index.js";
export default {
onLaunch: function () {
@@ -12,6 +13,8 @@ export default {
toPage('/pages/login/index');
}
// #endif
const SystemStore = useSystemStore();
SystemStore.getMessageCount();
},
onHide: function () {
},