- 添加需要登录错误码,提示

master
sin 7 years ago
parent 700bf6accd
commit 87fa8ba5fa

@ -26,10 +26,10 @@ const codeMessage = {
// 需要调整 login 界面的 code
const redirectLoginCode = {
1002001011: true,
1002001012: true,
1002001013: true,
1002001015: true,
1002001011: '访问令牌不存在',
1002001012: '访问令牌已过期',
1002001013: '访问令牌已失效',
1002001015: '账号未登陆',
};
function checkStatus(response) {

Loading…
Cancel
Save