|
@@ -63,31 +63,31 @@ const systemRoutes: RouteRecordRaw[] = [
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'profile/setting',
|
|
|
|
|
|
|
+ path: 'personal/setting',
|
|
|
name: 'profileSetting',
|
|
name: 'profileSetting',
|
|
|
- component: () => import('@/views/profile/setting.vue'),
|
|
|
|
|
|
|
+ component: () => import('@/views/personal/setting.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '个人设置',
|
|
title: '个人设置',
|
|
|
- i18n: 'route.profile.setting',
|
|
|
|
|
- cache: 'profileEditPassword',
|
|
|
|
|
|
|
+ i18n: 'route.personal.setting',
|
|
|
|
|
+ cache: 'personalEditPassword',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'profile/edit/password',
|
|
|
|
|
- name: 'profileEditPassword',
|
|
|
|
|
- component: () => import('@/views/profile/edit.password.vue'),
|
|
|
|
|
|
|
+ path: 'personal/edit/password',
|
|
|
|
|
+ name: 'personalEditPassword',
|
|
|
|
|
+ component: () => import('@/views/personal/edit.password.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '修改密码',
|
|
title: '修改密码',
|
|
|
- i18n: 'route.profile.editpassword',
|
|
|
|
|
|
|
+ i18n: 'route.personal.editpassword',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: 'profile/notification',
|
|
|
|
|
- name: 'profileNotification',
|
|
|
|
|
- component: () => import('@/views/profile/notification.vue'),
|
|
|
|
|
|
|
+ path: 'personal/notification',
|
|
|
|
|
+ name: 'personalNotification',
|
|
|
|
|
+ component: () => import('@/views/personal/notification.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
title: '通知中心',
|
|
title: '通知中心',
|
|
|
- i18n: 'route.profile.notification',
|
|
|
|
|
|
|
+ i18n: 'route.personal.notification',
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|