mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-12 06:57:11 +08:00
fix:登录页网站标题、LOGO无法展示原因
This commit is contained in:
@@ -15,7 +15,6 @@ export const resetHasRouteFlag = () => {
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
const userStore = useUserStore()
|
||||
const routeStore = useRouteStore()
|
||||
const appStore = useAppStore()
|
||||
|
||||
// 判断该用户是否登录
|
||||
if (getToken()) {
|
||||
|
Reference in New Issue
Block a user