新增注册码、草稿箱、权限拦截邮件、发件菜单隐藏
This commit is contained in:
@@ -10,6 +10,10 @@ export const roleConst = {
|
||||
CLOSE: 0,
|
||||
OPEN: 1
|
||||
},
|
||||
banEmailType: {
|
||||
ALL: 0,
|
||||
CONTENT: 1
|
||||
},
|
||||
sendType: {
|
||||
COUNT: 'count',
|
||||
DAY: 'day'
|
||||
@@ -55,6 +59,11 @@ export const settingConst = {
|
||||
OPEN: 0,
|
||||
CLOSE: 1,
|
||||
},
|
||||
regKey: {
|
||||
OPEN: 0,
|
||||
CLOSE: 1,
|
||||
OPTIONAL: 2,
|
||||
},
|
||||
receive: {
|
||||
OPEN: 0,
|
||||
CLOSE: 1,
|
||||
|
||||
Reference in New Issue
Block a user