From f6f8dc9a6d4111a541fffe105d3979b40a2c2f75 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 10 六月 2025 09:42:15 +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