This commit is contained in:
王一嘉
2025-07-28 18:08:42 +08:00
parent ead031f2ae
commit 7885f0e2e0
4 changed files with 8 additions and 7 deletions

View File

@@ -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 () {
},