下级机构查询换成info接口

This commit is contained in:
daihh
2022-11-30 17:38:26 +08:00
parent 713fab9ca5
commit 286a9a60af
3 changed files with 34 additions and 9 deletions

View File

@@ -50,9 +50,10 @@ const formRequest=axios.create({
return res.data
}else{
if(code === 401){
store.dispatch('LogOut').then(() => {
location.href = this.webBaseUrl + ReLoginUrl;
})
//Message({message: msg, type: 'error'});
store.dispatch('LogOut').then(() => {
location.href = this.webBaseUrl + ReLoginUrl;
})
}else if(code===403){
var msg='当前操作没有权限';
Message({message: msg, type: 'error'});