新需求添加1.数据源新增测试 2.主数据新添规则:主数据配置,新增数据源是主表的情况下默认添加这一条数据,不允许修改 3.档案对照页面重新开发。
This commit is contained in:
parent
038206f4b2
commit
ffeec418c4
|
@ -138,7 +138,7 @@ service.interceptors.response.use(
|
|||
if (msg === 'token无效' && isHandlingTokenInvalid) return
|
||||
if (msg === 'token无效' && !isHandlingTokenInvalid) {
|
||||
isHandlingTokenInvalid = true;
|
||||
MessageBox.confirm('token过期请重新登录!', '系统提示', {
|
||||
MessageBox.confirm('登录失效!请重新登录。', '系统提示', {
|
||||
confirmButtonText: '确定',
|
||||
showCancelButton: false,
|
||||
showClose: false,
|
||||
|
|
Loading…
Reference in New Issue