fix:登录页网站标题、LOGO无法展示原因

This commit is contained in:
Bull-BCLS
2024-04-15 23:31:21 +08:00
parent 721b30e185
commit 539c7d7b68
3 changed files with 9 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ export const resetHasRouteFlag = () => {
router.beforeEach(async (to, from, next) => {
const userStore = useUserStore()
const routeStore = useRouteStore()
const appStore = useAppStore()
// 判断该用户是否登录
if (getToken()) {