|
@@ -508,12 +508,12 @@ export class InitService {
|
|
|
};
|
|
|
const password = {
|
|
|
name: '个人中心',
|
|
|
- icon: 'Unlock',
|
|
|
+ icon: 'Reading',
|
|
|
order_num: 999,
|
|
|
path: '/acccount',
|
|
|
component: '/acccount/index',
|
|
|
type: '1',
|
|
|
- route_name: 'password',
|
|
|
+ route_name: 'acccount',
|
|
|
};
|
|
|
|
|
|
datas.push(...systemMenus, ...userMenus, password);
|
|
@@ -578,6 +578,13 @@ export class InitService {
|
|
|
sort: 8,
|
|
|
is_use: '0',
|
|
|
},
|
|
|
+ {
|
|
|
+ code: 'icon',
|
|
|
+ label: 'Reading',
|
|
|
+ value: 'Reading',
|
|
|
+ sort: 9,
|
|
|
+ is_use: '0',
|
|
|
+ },
|
|
|
];
|
|
|
await this.dictTypeModel.insertMany(isUseType);
|
|
|
await this.dictDataModel.insertMany(isUseData);
|