sc
This commit is contained in:
@@ -202,7 +202,7 @@ service.interceptors.response.use(
|
||||
'<div>5 分钟搭建本地环境</div>'
|
||||
})
|
||||
return Promise.reject(new Error(msg))
|
||||
} else if (code !== 200) {
|
||||
} else if (code !== 200 && code !== '0000') {
|
||||
if (msg === '无效的刷新令牌') {
|
||||
// hard coding:忽略这个提示,直接登出
|
||||
console.log(msg)
|
||||
|
||||
Reference in New Issue
Block a user