迁移位置,并清除多余的报错

This commit is contained in:
aixianling
2023-04-03 16:28:12 +08:00
parent fdbe0c4c37
commit dd4ab4ec0d
11 changed files with 0 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ instance.interceptors.response.use(res => {
} else if (!!res.config.pureBack) {
return res.data
} else if (res.data.code == 401) {
console.error("安全令牌验证无法通过!")
return Promise.reject(res.data)
} else {
Message.error(res.data.msg || "请求失败!")