From 993f37f8def16855b7a6e26f6d598c3cde368bb7 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期二, 12 七月 2022 09:27:48 +0800
Subject: [PATCH] 部门

---
 src/permission.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/permission.js b/src/permission.js
index 5ad34e8..b24a66d 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -16,7 +16,8 @@
   if (!permissionRoles) return true
   return roles.some(role => permissionRoles.indexOf(role) >= 0)
 }
-const whiteList = ['/login', '/auth-redirect','/agreement','/register','/productionEquipment','/instrumentData','/oneFromanother','/hiddenDangerTroubleshootingList','/preview','/inspectionNotExist','/send','/Issuedbysuperiors','/oneFromanotherN','/summaryPotentialSafetyHzards','/safetyHazardAccount','/superiorsSend','/accountSend','/existN','/exist','/hazardSource','/safetyedit','/Dualbase','/supervision','/inferOtherThings','/DualbaseLost']// no redirect whitelist
+
+const whiteList = ['/login','/pwdChange', '/auth-redirect','/agreement','/register','/productionEquipment','/instrumentData','/equipmentAlarm','/oneFromanother','/hiddenDangerTroubleshootingList','/preview','/inspectionNotExist','/send','/Issuedbysuperiors','/oneFromanotherN','/summaryPotentialSafetyHzards','/safetyHazardAccount','/superiorsSend','/accountSend','/existN','/exist','/hazardSource','/safetyedit','/Dualbase','/supervision','/inferOtherThings','/DualbaseLost','/summaryList','/summaryForm','/chartAnalysis','/careabout','/troubleshooting','/managementConcerns'] // no redirect whitelist
 
 router.beforeEach((to, from, next) => {
   NProgress.start() // start progress bar

--
Gitblit v1.9.2