Commit c048704b by wusiyi

feat: 官网2.0优化

parent c9facba4
...@@ -67,64 +67,6 @@ export default { ...@@ -67,64 +67,6 @@ export default {
}, },
], ],
}, },
{
subtitle: '新手入门',
key: 'beginner2',
articles: [
{
article: '九猫erp是什么?',
url: '/help/artical1',
},
],
},
],
},
{
title: '入门必看',
url: 'beginner',
content: [
{
subtitle: '新手入门',
key: 'beginner',
articles: [
{
article: '九猫erp是什么?',
url: '/help/artical1',
},
{
article: '如何使用九猫erp?',
url: '/help/artical2',
},
],
},
{
subtitle: '新手入门',
key: 'beginner2',
articles: [
{
article: '九猫erp是什么?',
url: '/help/artical1',
},
],
},
{
subtitle: '新手入门',
key: 'beginner3',
articles: [
{
article: '九猫erp是什么?',
url: '/help/artical1',
},
{
article: '如何使用九猫erp??',
url: '/help/artical2',
},
{
article: '如何使用九猫erp?',
url: '/help/artical2',
},
],
},
], ],
}, },
], ],
......
...@@ -43,10 +43,15 @@ export default { ...@@ -43,10 +43,15 @@ export default {
name: '入门必看', name: '入门必看',
children: [{ id: 11, path: 'beginner', name: '新手入门' }], children: [{ id: 11, path: 'beginner', name: '新手入门' }],
}, },
{ id: 2, path: 'pic', name: '图文教程' }, {
id: 2,
path: 'pic',
name: '图文教程',
children: [{ id: 21, path: 'base', name: '基础数据维护' }],
},
{ id: 3, path: 'video', name: '视频教程' }, { id: 3, path: 'video', name: '视频教程' },
{ id: 4, path: 'problem', name: '常见问题' }, // { id: 4, path: 'problem', name: '常见问题' },
{ id: 5, path: 'contact', name: '联系我们' }, // { id: 5, path: 'contact', name: '联系我们' },
], ],
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment