init
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user