|
@@ -185,12 +185,12 @@ export class InitService {
|
|
},
|
|
},
|
|
];
|
|
];
|
|
const password = {
|
|
const password = {
|
|
- name: '修改密码',
|
|
|
|
|
|
+ name: '账号管理',
|
|
order_num: 999,
|
|
order_num: 999,
|
|
- path: '/acccount/updatepd',
|
|
|
|
- component: '/acccount/updatepd/index',
|
|
|
|
|
|
+ path: '/acccount',
|
|
|
|
+ component: '/acccount/index',
|
|
type: '1',
|
|
type: '1',
|
|
- route_name: 'password',
|
|
|
|
|
|
+ route_name: 'acccount',
|
|
};
|
|
};
|
|
|
|
|
|
datas.push(...systemMenus, ...userMenus, password);
|
|
datas.push(...systemMenus, ...userMenus, password);
|