登录:多地登陆拦截

This commit is contained in:
luying
2022-06-13 09:53:21 +08:00
parent 962932adca
commit f7dcf1b130
2 changed files with 3 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ export const STATUS = {
ACCESS_BUSY: { code: 12, simStr: '您不久前发送过消息了,请稍等一下' },
ONLINE_USER_MAX: { code: 13, simStr: '服务器繁忙,请稍后再试' },
FUNCTION_CLOSE: { code: 14, simStr: '抱歉,该功能暂时关闭' },
LOGIN_DUPLICATE: { code: 15, simStr: '您的账号在其他设备上已登录' },
GLOBAL_ERR: { code: 1003, simStr: '服务器内部错误' },
UPDATE_INFO_ERR: {code: 1004, simStr: '热更新配置错误'},
// http请求