From e3cadadc1e03e0648a079f7fc8bf8b3d0d64bc27 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 15 四月 2024 15:54:04 +0800 Subject: [PATCH] wms的出库入库调拨 3个模块新建,编辑,列表增加 主管,会计,保管员3个字段以及新建,编辑联调 --- src/common/untils/request.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/common/untils/request.js b/src/common/untils/request.js index e4bf487..0843eae 100644 --- a/src/common/untils/request.js +++ b/src/common/untils/request.js @@ -78,7 +78,7 @@ window.location = getApsPage()+'/commonWeb?resetPwd=true' }else { // JWT閴存潈澶辨晥 璺宠浆鍒扮櫥褰曢〉 - window.location = getApsPage()+'/commonWeb' + window.location = getApsPage()+'/commonWeb?resetPwd=true' } return Promise.reject(res.data) // if(window.location.pathname && window.location.pathname !== '/login'){ -- Gitblit v1.8.0