This commit is contained in:
张良(004796)
2024-02-19 16:03:03 +08:00
parent 7599d1945f
commit 433860abf4
5 changed files with 485 additions and 2 deletions

View File

@@ -306,3 +306,9 @@ export const versionPlatformList = [
{ value: 1, label: '安卓'},
{ value: 2, label: 'IOS'},
]
export const sensitiveTypeList = [
{ value: 1, label: '白名单', listClass: listClass.success},
{ value: 2, label: '黑名单', listClass: listClass.danger},
]