Skip to content

Commit 9120f78

Browse files
committed
feat(linCmsUi): 新增下拉菜单展示页
新增下拉菜单展示页
1 parent 170879c commit 9120f78

2 files changed

Lines changed: 463 additions & 0 deletions

File tree

src/plugins/LinCmsUi/stage-config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,16 @@ const LinCmsUiRouter = {
122122
icon: 'iconfont icon-jiemiansheji',
123123
right: null,
124124
},
125+
{
126+
title: 'Dropdown 下拉菜单',
127+
type: 'view',
128+
name: null,
129+
route: '/lin-cms-ui/navigation/dropdown',
130+
filePath: 'plugins/LinCmsUi/views/navigation/Dropdown.vue',
131+
inNav: true,
132+
icon: 'iconfont icon-jiemiansheji',
133+
right: null,
134+
},
125135
],
126136
},
127137
{

0 commit comments

Comments
 (0)