提取公共常量
This commit is contained in:
21
src/views/property-marketing/put-account/common_constants.ts
Normal file
21
src/views/property-marketing/put-account/common_constants.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import icon1 from '@/assets/img/media-account/icon-jl.png';
|
||||
import icon2 from '@/assets/img/media-account/icon-jg.png';
|
||||
import icon3 from '@/assets/img/media-account/icon-bili.png';
|
||||
|
||||
export const PLATFORM_LIST = [
|
||||
{
|
||||
label: '巨量',
|
||||
value: 0,
|
||||
icon: icon1,
|
||||
},
|
||||
{
|
||||
label: '聚光',
|
||||
value: 1,
|
||||
icon: icon2,
|
||||
},
|
||||
{
|
||||
label: 'B站',
|
||||
value: 2,
|
||||
icon: icon3,
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user