Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubichuan committed Nov 25, 2023
1 parent 5aa475d commit cada233
Show file tree
Hide file tree
Showing 13 changed files with 3,654 additions and 5 deletions.
13 changes: 13 additions & 0 deletions config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,19 @@
path: '/list/table-list4',
component: './list/table-list4',
},
{
name: 'list9',
icon: 'smile',
path: '/list/backend',
redirect: '/list/backend/1',
},
{
name: '',
icon: 'smile',
path: '/list/backend/:id',
menuRender: false, // 不渲染菜单
component: './list/list',
},
{
name: 'list5',
icon: 'smile',
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh-CN/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default {
'menu.list.list6': '数据列表',
'menu.list.list7': '字段列表',
'menu.list.list8': '类型列表',
'menu.list.list9': '后端列表',
'menu.list.basic-list': '标准列表',
'menu.list.card-list': '卡片列表',
'menu.list.search-list': '搜索列表',
Expand Down
Loading

0 comments on commit cada233

Please sign in to comment.