调节系统开发
This commit is contained in:
+4
-3
@@ -1,11 +1,12 @@
|
||||
import { getToken } from '@/utils/auth'
|
||||
|
||||
//跳转页面
|
||||
const loginPage = "/pages/switchSystem"
|
||||
// 登录页面
|
||||
const loginPage = "/pages/login"
|
||||
// const loginPage = "/pages/login"
|
||||
|
||||
// 页面白名单
|
||||
const whiteList = [
|
||||
'/pages/login', '/pages/register', '/pages/common/webview/index','/pages/realName','/mp_ecard_sdk/index/index', '/pages/personalInfoCollection'
|
||||
'/pages/switchSystem', '/pages/login', '/pages/register', '/pages/common/webview/index','/pages/realName','/mp_ecard_sdk/index/index', '/pages/personalInfoCollection'
|
||||
]
|
||||
|
||||
// 检查地址白名单
|
||||
|
||||
Reference in New Issue
Block a user