zs 5 months ago
parent
commit
91506a96ca
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/service/frame/Init.service.ts

+ 3 - 3
src/service/frame/Init.service.ts

@@ -510,10 +510,10 @@ export class InitService {
       name: '个人中心',
       icon: 'Reading',
       order_num: 999,
-      path: '/acccount',
-      component: '/acccount/index',
+      path: '/account',
+      component: '/account/index',
       type: '1',
-      route_name: 'acccount',
+      route_name: 'account',
     };
 
     datas.push(...systemMenus, ...userMenus, password);