zs 5 months ago
parent
commit
eccc035189
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/service/frame/Init.service.ts

+ 9 - 2
src/service/frame/Init.service.ts

@@ -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);