新需求添加1.数据源新增测试 2.主数据新添规则:主数据配置,新增数据源是主表的情况下默认添加这一条数据,不允许修改 3.档案对照页面重新开发。

This commit is contained in:
hyt 2024-05-31 15:36:42 +08:00
parent 038206f4b2
commit ffeec418c4
1 changed files with 1 additions and 1 deletions

View File

@ -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,