调节系统开发

This commit is contained in:
gyj
2024-01-10 18:09:46 +08:00
parent fec7d4626c
commit 70e12e5618
6 changed files with 37 additions and 17 deletions
+4 -3
View File
@@ -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'
]
// 检查地址白名单