From 7885f0e2e024c3bd01f9f2662a7f61c6409e419e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=B8=80=E5=98=89?= Date: Mon, 28 Jul 2025 18:08:42 +0800 Subject: [PATCH] update --- src/App.vue | 2 +- src/pages/index/index.vue | 3 ++- src/pages/login/AccountLogin.vue | 4 ++-- vite.config.js | 6 +++--- 4 files changed, 8 insertions(+), 7 deletions(-) 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 = () => {