|
@@ -4,7 +4,7 @@ import { getToken } from "@/utils/auth";
|
|
|
const loginPage = "/pages/login";
|
|
|
|
|
|
// 页面白名单
|
|
|
-const whiteList = ["/pages/login", "/pages/common/webview/index", "/pages/business/mhxf/unitInfoCollection/index"];
|
|
|
+const whiteList = ["/pages/login", "/pages/serveConfig", "/pages/common/webview/index", "/pages/business/mhxf/unitInfoCollection/index"];
|
|
|
|
|
|
// 检查地址白名单
|
|
|
function checkWhite(url) {
|