From 6cfff55d44314e88fefd6e3adb290ec16b303f89 Mon Sep 17 00:00:00 2001 From: 黎星凯 <13949086503@163.com> Date: 星期五, 05 一月 2024 10:42:53 +0800 Subject: [PATCH] 1、供产品导数据临时用(用户,机构,部门,仓库,库管员 可删) 2、选择库管员增加过滤参数 --- admin-web/src/permission.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/admin-web/src/permission.js b/admin-web/src/permission.js index b6f2371..f51017e 100644 --- a/admin-web/src/permission.js +++ b/admin-web/src/permission.js @@ -23,7 +23,9 @@ if (hasToken) { if (to.path === '/login') { // if is logged in, redirect to the home page - next({ path: '/' }); + // next({ path: '/' }); + + next(); NProgress.done(); }else if( to.path === '/resetPwd'){ next(); -- Gitblit v1.9.1