Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporate-culture-qd
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporate-culture-qd
Commits
580aa799
Commit
580aa799
authored
Jul 23, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 23684】chore: 调整后台菜单展示顺序
parent
2c4b70c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
index.vue
src/views/backend/index.vue
+11
-12
No files found.
src/views/backend/index.vue
View file @
580aa799
...
@@ -23,7 +23,6 @@ export default defineComponent(() => {
...
@@ -23,7 +23,6 @@ export default defineComponent(() => {
// { path: '/backend/videoManage', title: '视频管理' },
// { path: '/backend/videoManage', title: '视频管理' },
{
path
:
'/backend/caseManage'
,
title
:
'YAYA案例库管理'
},
{
path
:
'/backend/caseManage'
,
title
:
'YAYA案例库管理'
},
// { path: '/backend/goodsManage', title: '积分商城——商品配置' },
// { path: '/backend/goodsManage', title: '积分商城——商品配置' },
{
path
:
'/backend/goodsDistribution'
,
title
:
'商品分发'
},
// 内容管理
// 内容管理
{
{
path
:
'/backend/contentsMenu'
,
path
:
'/backend/contentsMenu'
,
...
@@ -35,7 +34,16 @@ export default defineComponent(() => {
...
@@ -35,7 +34,16 @@ export default defineComponent(() => {
{
path
:
'/backend/contentsMenu/questionManage'
,
title
:
'问吧管理'
},
{
path
:
'/backend/contentsMenu/questionManage'
,
title
:
'问吧管理'
},
],
],
},
},
// 栏目管理
{
path
:
'/backend/columnsMenu'
,
title
:
'栏目管理'
,
children
:
[
{
path
:
'/backend/columnsMenu/columnManage'
,
title
:
'专栏——栏目管理'
},
{
path
:
'/backend/columnsMenu/interviewManage'
,
title
:
'专访——栏目管理'
},
{
path
:
'/backend/columnsMenu/videoManage'
,
title
:
'视频——栏目管理'
},
],
},
// 配置管理
// 配置管理
{
{
path
:
'/backend/settingsMenu'
,
path
:
'/backend/settingsMenu'
,
...
@@ -47,16 +55,7 @@ export default defineComponent(() => {
...
@@ -47,16 +55,7 @@ export default defineComponent(() => {
{
path
:
'/backend/settingsMenu/luckyWheelManage'
,
title
:
'转盘抽奖配置'
},
{
path
:
'/backend/settingsMenu/luckyWheelManage'
,
title
:
'转盘抽奖配置'
},
],
],
},
},
// 栏目管理
{
path
:
'/backend/goodsDistribution'
,
title
:
'商品分发'
},
{
path
:
'/backend/columnsMenu'
,
title
:
'栏目管理'
,
children
:
[
{
path
:
'/backend/columnsMenu/columnManage'
,
title
:
'专栏——栏目管理'
},
{
path
:
'/backend/columnsMenu/interviewManage'
,
title
:
'专访——栏目管理'
},
{
path
:
'/backend/columnsMenu/videoManage'
,
title
:
'视频——栏目管理'
},
],
},
]
]
const
activeMenu
=
computed
(()
=>
route
.
path
)
const
activeMenu
=
computed
(()
=>
route
.
path
)
...
...
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