From 7b2f45c3882d12fecc5ce00f7adb315b9dae0869 Mon Sep 17 00:00:00 2001 From: houshuai <17802598606@163.com> Date: 星期五, 13 六月 2025 16:50:07 +0800 Subject: [PATCH] 航宇dnc定型流程开发 --- 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