Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
offical_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjie
offical_web
Commits
c048704b
Commit
c048704b
authored
Nov 11, 2025
by
wusiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 官网2.0优化
parent
c9facba4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
61 deletions
+8
-61
src/views/help/components/homeGuides.vue
+0
-58
src/views/help/sideNav.vue
+8
-3
No files found.
src/views/help/components/homeGuides.vue
View file @
c048704b
...
@@ -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'
,
},
],
},
],
],
},
},
],
],
...
...
src/views/help/sideNav.vue
View file @
c048704b
...
@@ -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: '联系我们' },
],
],
}
}
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment