feat: add account center page (#86)

This commit is contained in:
chen-xt
2020-11-15 12:47:59 +08:00
committed by GitHub
parent 7ad4cee79a
commit 78d4d41c85
12 changed files with 557 additions and 4 deletions

View File

@@ -126,6 +126,14 @@ const page: AppRouteModule = {
title: '个人页',
},
children: [
{
path: 'center',
name: 'AccountCenterPage',
component: () => import('/@/views/demo/page/account/center/index.vue'),
meta: {
title: '个人中心',
},
},
{
path: 'setting',
name: 'AccountSettingPage',