Commit d5d5c4b4bfb3e3a5e54f9993966adc46a09a8b90
1 parent
993e19dc
fix(demo): `setup` page route config
修复引导页的相关路由配置
Showing
1 changed file
with
1 additions
and
0 deletions
src/router/routes/modules/demo/setup.ts
@@ -22,6 +22,7 @@ const setup: AppRouteModule = { | @@ -22,6 +22,7 @@ const setup: AppRouteModule = { | ||
22 | meta: { | 22 | meta: { |
23 | title: t('routes.demo.setup.page'), | 23 | title: t('routes.demo.setup.page'), |
24 | icon: 'whh:paintroll', | 24 | icon: 'whh:paintroll', |
25 | + hideMenu: true, | ||
25 | }, | 26 | }, |
26 | }, | 27 | }, |
27 | ], | 28 | ], |