From c9f6a499d00d4a4685ed7b528db74e0d96f50580 Mon Sep 17 00:00:00 2001
From: 陈婷婷 <506607603@qq.com>
Date: 星期二, 07 四月 2026 12:04:55 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

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

diff --git a/src/permission.js b/src/permission.js
index c18fd23..e3be4bf 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -27,7 +27,8 @@
   "/FbStepFoldOutBillList",
   "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
   "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong_AutoLogin",
-  "/warehouse/barcodeMaster/Gy_BarCodeBillList_JinLong_AutoLogin"
+  "/warehouse/barcodeMaster/Gy_BarCodeBillList_JinLong_AutoLogin",
+  "/printDesigner"
 ]; // no redirect whitelist
 
 const isWhiteList = (path) => {
@@ -54,7 +55,7 @@
         // 鍒ゆ柇褰撳墠鐢ㄦ埛鏄惁宸叉媺鍙栧畬user_info淇℃伅
         store .dispatch("GetInfo").then(() => {
             isRelogin.show = false;
-            
+
             store.dispatch("GenerateRoutes").then((accessRoutes) => {
               // 鏍规嵁roles鏉冮檺鐢熸垚鍙闂殑璺敱琛�
               router.addRoutes(accessRoutes); // 鍔ㄦ�佹坊鍔犲彲璁块棶璺敱琛�

--
Gitblit v1.9.1