图标修改
parent
b1e67ad084
commit
1dc7a3bb19
|
|
@ -69,97 +69,7 @@ const basicRoutes = [
|
|||
hideInMenu: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: '/docs/quick-satrt',
|
||||
name: 'Designer',
|
||||
component: () => import('docs/Content/Content.vue'),
|
||||
redirect: '/docs/quick-satrt/intro',
|
||||
meta: {
|
||||
title: '快速开始',
|
||||
icon: 'intro',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'intro',
|
||||
name: 'Intro',
|
||||
component: () => import('docs/tutorial/Home.md'),
|
||||
meta: {
|
||||
title: '介绍',
|
||||
icon: 'intro',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'quick-start',
|
||||
name: 'QuickStart',
|
||||
component: () => import('docs/tutorial/QuickStart.md'),
|
||||
meta: {
|
||||
title: '快速开始',
|
||||
icon: 'course',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'development',
|
||||
name: 'Development',
|
||||
component: () => import('docs/tutorial/Development.md'),
|
||||
meta: {
|
||||
title: '组件开发',
|
||||
icon: 'development',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'data',
|
||||
name: 'Data',
|
||||
component: () => import('docs/tutorial/Data.md'),
|
||||
meta: {
|
||||
title: '数据集成',
|
||||
icon: 'data',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'common-issues',
|
||||
name: 'CommonIssues',
|
||||
component: () => import('docs/tutorial/CommonIssues.md'),
|
||||
meta: {
|
||||
title: '常见问题',
|
||||
icon: 'question',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'license',
|
||||
name: 'LICENSE',
|
||||
component: () => import('docs/tutorial/License.md'),
|
||||
meta: {
|
||||
title: '版权声明',
|
||||
icon: 'license',
|
||||
ignoreAuth: true,
|
||||
hideInMenu: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/docs/component',
|
||||
name: 'Component',
|
||||
component: () => import('docs/Content/Content.vue'),
|
||||
meta: {
|
||||
title: '组件',
|
||||
icon: 'components'
|
||||
},
|
||||
redirect: '/docs/component/text/static-text',
|
||||
children: [...getComponents()]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 96 KiB |
Loading…
Reference in New Issue