This commit is contained in:
张良(004796)
2024-03-07 18:18:15 +08:00
parent 93a79e16a2
commit 03995420d6
3 changed files with 17 additions and 8 deletions

View File

@@ -29,9 +29,10 @@ export const userStatusList = [
// 链接类型 1 网页 2 app内页 3 JSON数据
export const bannerLinkTypeList = [
{ value: 0, label: '无' },
{ value: 1, label: '网页' },
{ value: 2, label: 'app内页' },
{ value: 3, label: 'JSON数据' },
// { value: 2, label: 'app内页' },
// { value: 3, label: 'JSON数据' },
]
export const bannerStatusList = [