|
@@ -154,6 +154,10 @@ export class InitService {
|
|
|
{ code: 'icon', label: 'SwitchFilled', value: 'SwitchFilled', sort: 8, is_use: '0' },
|
|
|
{ code: 'icon', label: 'VideoPlay ', value: 'VideoPlay ', sort: 9, is_use: '0' },
|
|
|
{ code: 'videoType', label: '电视剧', value: '0', sort: 1, is_use: '0' },
|
|
|
+ { code: 'videoType', label: '电影', value: '1', sort: 2, is_use: '0' },
|
|
|
+ { code: 'videoType', label: '综艺', value: '2', sort: 3, is_use: '0' },
|
|
|
+ { code: 'videoType', label: '动漫', value: '3', sort: 4, is_use: '0' },
|
|
|
+ { code: 'videoType', label: '少儿', value: '4', sort: 5, is_use: '0' },
|
|
|
];
|
|
|
await this.dictTypeModel.insertMany(isUseType);
|
|
|
await this.dictDataModel.insertMany(isUseData);
|