mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 14:13:40 +08:00
feat(desc-page): add desc page demo
This commit is contained in:
@@ -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: '结果页',
|
||||
|
Reference in New Issue
Block a user