feat(选服): 服务器即将开启状态不可进入

This commit is contained in:
luying
2022-10-19 20:13:44 +08:00
parent 1870673fbd
commit de90f05301
5 changed files with 30 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ export const STATUS = {
LOGIN_ERR: { code: 5, simStr: '检测到您的账号异地登录,已被迫下线' },
REDLOCK_ERR: { code: 6, simStr: '请勿频繁操作' },
SERVER_MAINTENANCE: { code: 7, simStr: '服务器维护中' },
SERVER_IS_NOT_OPEN: { code: 7, simStr: '即将开启,敬请期待' },
VERSION_ERR: { code: 8, simStr: '版本号太低,请更新' },
BLOCK_WORDS: { code: 9, simStr: '内容含有敏感字符' },
BLOCKED: { code: 10, simStr: '您已被封禁' },