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

@@ -1,3 +1,10 @@
/*
* @description: Do not edit
* @author: cxiaoting
* @Date: 2020-11-13 14:00:37
* @LastEditors: cxiaoting
* @LastEditTime: 2020-11-13 18:07:11
*/
import type { MenuModule } from '/@/router/types.d';
const menu: MenuModule = {
orderNo: 20,
@@ -58,6 +65,10 @@ const menu: MenuModule = {
content: 'new',
},
children: [
{
path: 'center',
name: '个人中心',
},
{
path: 'setting',
name: '个人设置',