diff --git a/src/App.vue b/src/App.vue index fa8d5b4..ac3b364 100644 --- a/src/App.vue +++ b/src/App.vue @@ -12,9 +12,9 @@ export default { if (!UserStore.isLogin && window.location.href.indexOf('/pages/register/index') < 0 && window.location.href.indexOf('/pages/fastInput/index') < 0) { toPage('/pages/login/index'); } - // #endif const SystemStore = useSystemStore(); SystemStore.getMessageCount(); + // #endif }, onHide: function () { }, diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 3f6e53c..63c9eae 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -44,7 +44,8 @@ const saveM = () => {