|
|
@@ -7,7 +7,7 @@
|
|
|
import { useUserStore } from '@/store'
|
|
|
import { tabbarStore } from '@/tabbar/store'
|
|
|
import { getLastPage, parseUrlToObj } from '@/utils/index'
|
|
|
-import { EXCLUDE_PAGE_LIST, isNeedLogin, LOGIN_PAGE, LOGIN_PAGE_LIST } from '../login/config'
|
|
|
+import { EXCLUDE_PAGE_LIST, isNeedLogin, LOGIN_PAGE, LOGIN_PAGE_LIST } from './login'
|
|
|
|
|
|
// 黑名单登录拦截器 - (适用于大部分页面不需要登录,少部分页面需要登录)
|
|
|
export const navigateToInterceptor = {
|