Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d5d5c4b4bfb3e3a5e54f9993966adc46a09a8b90
Authored by
无木
2021-07-05 12:18:05 +0800
1 parent
993e19dc
fix(demo): `setup` page route config
修复引导页的相关路由配置
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/router/routes/modules/demo/setup.ts
src/router/routes/modules/demo/setup.ts
View file @
d5d5c4b
...
...
@@ -22,6 +22,7 @@ const setup: AppRouteModule = {
22
22
meta: {
23
23
title: t('routes.demo.setup.page'),
24
24
icon: 'whh:paintroll',
25
+ hideMenu: true,
25
26
},
26
27
},
27
28
],
...
...