模版更新

This commit is contained in:
xiongxiaoyang 2021-01-25 18:10:47 +08:00
parent 521142a792
commit 02fd0d7e25
2 changed files with 3 additions and 0 deletions

View File

@ -348,6 +348,7 @@
} else if(data.code == 1001){
//未登录
location.href = '/user/login.html?originUrl='+decodeURIComponent(location.href);
}else {
layer.alert(data.msg);

View File

@ -341,6 +341,8 @@
} else if(data.code == 1001){
//未登录
location.href = '/user/login.html?originUrl='+decodeURIComponent(location.href);
}else {
layer.alert(data.msg);