From 9f7fc23d9c90d333f67604d0be0576b44a2cbca6 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 04 九月 2025 17:18:35 +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 ddd93e2..5aaa878 100644
--- a/src/permission.js
+++ b/src/permission.js
@@ -72,7 +72,9 @@
       }
       else {
         // 璺宠浆鍒扮洰鐨勮矾鐢�
-        if (to.path !== '/terminal/login' && from.path !== '/' && from.path.split('/') [1] !== 'terminal' && to.path.split('/')[1] === 'terminal') {
+        const postCode = store.getters.userInfo.post
+        //  濡傛灉闈炴搷浣滃伐鐢ㄦ埛涓旇璁块棶鎿嶄綔宸ラ〉闈㈠垯蹇呴』鍏堣烦杞嚦缁堢鐧诲綍椤电櫥褰曞矖浣嶄负鎿嶄綔宸ョ敤鎴锋柟鍙闂�
+        if (to.path !== '/terminal/login' && to.path.split('/')[1] === 'terminal' && postCode !== 'PCR0001') {
           next({ path: '/terminal/login' })
         } else {
           next()

--
Gitblit v1.9.3