feat(desc-page): add desc page demo

This commit is contained in:
vben
2020-11-17 22:28:32 +08:00
parent 0b6110a8fc
commit 7a000366b9
17 changed files with 573 additions and 44 deletions

View File

@@ -1,10 +1,3 @@
/*
* @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,
@@ -36,6 +29,23 @@ const menu: MenuModule = {
},
],
},
{
path: 'desc',
name: '详情页',
tag: {
content: 'new',
},
children: [
{
path: 'basic',
name: '基础详情页',
},
{
path: 'high',
name: '高级详情页',
},
],
},
{
path: 'result',
name: '结果页',