v3.7.0 默认首页使用keep-alive缓存

This commit is contained in:
YunaiV
2022-02-17 01:34:38 +08:00
parent 7e31efcfe2
commit 9edf88b37a
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ service.interceptors.response.use(res => {
location.href = '/index';
})
}).catch(() => {});
return Promise.reject()
return Promise.reject('令牌验证失败')
} else if (code === 500) {
Message({
message: msg,