新增显示所有邮箱邮件

This commit is contained in:
eoao
2025-12-07 22:08:00 +08:00
parent 70923fee59
commit dcd9e9c95f
21 changed files with 184 additions and 48 deletions

View File

@@ -7,6 +7,13 @@ export const userConst = {
}
}
export const accountConst = {
allReceive: {
CLOSE: 0,
OPEN: 1
}
}
export const roleConst = {
isDefault: {
CLOSE: 0,