mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:31:41 +08:00
feat: add accountSetting page (#85)
This commit is contained in:
@@ -116,6 +116,27 @@ const page: AppRouteModule = {
|
||||
],
|
||||
},
|
||||
// =============================exception end=============================
|
||||
|
||||
// =============================account start=============================
|
||||
{
|
||||
path: '/account',
|
||||
name: 'AccountPage',
|
||||
redirect: '/page-demo/account/setting',
|
||||
meta: {
|
||||
title: '个人页',
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'setting',
|
||||
name: 'AccountSettingPage',
|
||||
component: () => import('/@/views/demo/page/account/setting/index.vue'),
|
||||
meta: {
|
||||
title: '个人设置',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
// =============================account end=============================
|
||||
],
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user