新增规则触发人机验证和加载失败提示

This commit is contained in:
eoao
2025-07-29 20:00:00 +08:00
parent d03b7ca21d
commit 3a40cfc63b
25 changed files with 632 additions and 273 deletions

View File

@@ -1,3 +1,5 @@
import verifyRecordService from '../service/verify-record-service';
export const userConst = {
status: {
NORMAL: 0,
@@ -74,7 +76,7 @@ export const settingConst = {
},
addEmail: {
OPEN: 0,
CLOSE: 1,
CLOSE: 1
},
manyEmail: {
OPEN: 0,
@@ -83,10 +85,12 @@ export const settingConst = {
registerVerify: {
OPEN: 0,
CLOSE: 1,
COUNT: 2,
},
addEmailVerify: {
OPEN: 0,
CLOSE: 1,
COUNT: 2,
},
forwardStatus: {
OPEN: 0,
@@ -102,6 +106,11 @@ export const settingConst = {
}
}
export const verifyRecordType = {
REG: 0,
ADD: 1,
}
export const isDel = {
DELETE: 1,