From 907d0ba6b7442ef9f4fb976633d0b51d36ea6570 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 15 七月 2025 11:49:19 +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