From a5cba9ab040f6f97558046885dce3017f9bab7e9 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 11 八月 2026 14:12:29 +0800
Subject: [PATCH] 提交
---
src/permission.js | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/permission.js b/src/permission.js
index b049b44..cdd4f4f 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -15,6 +15,7 @@
"/register",
"/wt",
"/xj",
+ "/SfRelay",
"/sf",
"/satisfaction",
"/loginSSO",
@@ -58,8 +59,9 @@
}
console.log(processedPath, "澶勭悊鍚庣殑璺緞");
+ console.log(whiteList.indexOf(processedPath), 11);
- if (whiteList.indexOf(processedPath) !== -1) {
+ if (whiteList.indexOf(processedPath) != -1) {
// 鍦ㄥ厤鐧诲綍鐧藉悕鍗曪紝鐩存帴杩涘叆
// 濡傛灉璺緞琚慨鏀逛簡锛岄渶瑕侀噸瀹氬悜
if (processedPath !== to.path) {
--
Gitblit v1.9.3