Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-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
王立鹏
corporateCulture-qd
Commits
f2fa2383
Commit
f2fa2383
authored
Feb 06, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 20331】 wip: 增加后台相关路由
parent
03141b5e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
90 additions
and
28 deletions
+90
-28
route.ts
src/router/route.ts
+90
-28
No files found.
src/router/route.ts
View file @
f2fa2383
...
...
@@ -76,6 +76,12 @@ export const constantsRoute = [
name
:
'CultureSelfTask'
,
component
:
()
=>
import
(
'@/views/userPage/components/selfTask.vue'
),
},
// 参与活动
{
path
:
'selfActivity'
,
name
:
'CultureSelfActivity'
,
component
:
()
=>
import
(
'@/views/userPage/components/selfActivity.vue'
),
},
// 评论回复
{
path
:
'selfComment'
,
...
...
@@ -177,8 +183,15 @@ export const constantsRoute = [
name
:
'CulturePublishLongArticle'
,
component
:
()
=>
import
(
'@/views/publishLongArticle/index.vue'
),
},
// 限时竞拍
{
path
:
'auction'
,
name
:
'Auction'
,
component
:
()
=>
import
(
'@/views/auction/index.vue'
),
},
],
},
{
path
:
'/backend'
,
name
:
'Backend'
,
...
...
@@ -209,53 +222,102 @@ export const constantsRoute = [
// component: () => import('@/views/backend/topic-admin/index.vue'),
// meta: { title: '专栏——管理员' },
// },
{
path
:
'columnSettings'
,
name
:
'ColumnSettingsManagement'
,
component
:
()
=>
import
(
'@/views/backend/columnSettings/index.vue'
),
meta
:
{
title
:
'专栏——栏目管理'
},
},
// {
// path: 'interview-admin',
// name: 'InterviewAdminManagement',
// component: () => import('@/views/backend/interview-admin/index.vue'),
// meta: { title: '专访——管理员' },
// },
// {
// path: 'videoManage',
// name: 'VideoManageManagement',
// component: () => import('@/views/backend/videoManage/index.vue'),
// meta: { title: '视频管理' },
// },
{
path
:
'
interviewSettings
'
,
name
:
'
InterviewSettings
Management'
,
component
:
()
=>
import
(
'@/views/backend/
interviewSettings
/index.vue'
),
meta
:
{
title
:
'
专访——栏目
管理'
},
path
:
'
caseManage
'
,
name
:
'
CaseManage
Management'
,
component
:
()
=>
import
(
'@/views/backend/
caseManage
/index.vue'
),
meta
:
{
title
:
'
YAYA案例库
管理'
},
},
{
path
:
'videoSettings'
,
name
:
'VideoSettingsManagement'
,
component
:
()
=>
import
(
'@/views/backend/videoSettings/index.vue'
),
meta
:
{
title
:
'视频——栏目管理'
},
path
:
'goodsDistribution'
,
name
:
'GoodsDistributionManagement'
,
component
:
()
=>
import
(
'@/views/backend/goodsDistribution/index.vue'
),
meta
:
{
title
:
'积分商城——商品分发'
},
},
/**
* 内容管理下的子菜单
*/
// 专栏管理
{
path
:
'contentsMenu/columnManage'
,
name
:
'ContentsColumnManage'
,
component
:
()
=>
import
(
'@/views/backend/contentsMenu/columnManage/index.vue'
),
meta
:
{
title
:
'专栏管理'
},
},
// 专访管理
{
path
:
'contentsMenu/interviewManage'
,
name
:
'ContentsInterviewManage'
,
component
:
()
=>
import
(
'@/views/backend/contentsMenu/interviewManage/index.vue'
),
meta
:
{
title
:
'专访管理'
},
},
// 视频管理
{
path
:
'videoManage'
,
name
:
'
VideoManageManagement
'
,
component
:
()
=>
import
(
'@/views/backend/videoManage/index.vue'
),
path
:
'
contentsMenu/
videoManage'
,
name
:
'
ContentsVideoManage
'
,
component
:
()
=>
import
(
'@/views/backend/
contentsMenu/
videoManage/index.vue'
),
meta
:
{
title
:
'视频管理'
},
},
// 问吧管理
{
path
:
'c
ase
Manage'
,
name
:
'C
aseManageManagement
'
,
component
:
()
=>
import
(
'@/views/backend/c
ase
Manage/index.vue'
),
meta
:
{
title
:
'
YAYA案例库
管理'
},
path
:
'c
ontentsMenu/question
Manage'
,
name
:
'C
ontentsQuestionManage
'
,
component
:
()
=>
import
(
'@/views/backend/c
ontentsMenu/question
Manage/index.vue'
),
meta
:
{
title
:
'
问吧
管理'
},
},
/**
* 配置管理下的子菜单
*/
// 积分商城配置
{
path
:
'goodsManage'
,
path
:
'
settingsMenu/
goodsManage'
,
name
:
'GoodsManageManagement'
,
component
:
()
=>
import
(
'@/views/backend/goodsManage/index.vue'
),
meta
:
{
title
:
'积分商城
——商品
配置'
},
component
:
()
=>
import
(
'@/views/backend/
settingsMenu/
goodsManage/index.vue'
),
meta
:
{
title
:
'积分商城配置'
},
},
// 限时竞拍配置
{
path
:
'goodsDistribution'
,
name
:
'GoodsDistributionManagement'
,
component
:
()
=>
import
(
'@/views/backend/goodsDistribution/index.vue'
),
meta
:
{
title
:
'积分商城——商品分发'
},
path
:
'settingsMenu/auctionManage'
,
name
:
'AuctionManageManagement'
,
component
:
()
=>
import
(
'@/views/backend/settingsMenu/auctionManage/index.vue'
),
meta
:
{
title
:
'限时竞拍配置'
},
},
/**
* 栏目管理下的子菜单
*/
// 专栏——栏目管理
{
path
:
'columnsMenu/columnManage'
,
name
:
'ColumnManage'
,
component
:
()
=>
import
(
'@/views/backend/columnsMenu/columnManage/index.vue'
),
meta
:
{
title
:
'专栏——栏目管理'
},
},
// 专访——栏目管理
{
path
:
'columnsMenu/interviewManage'
,
name
:
'InterviewManage'
,
component
:
()
=>
import
(
'@/views/backend/columnsMenu/interviewManage/index.vue'
),
meta
:
{
title
:
'专访——栏目管理'
},
},
// 视频——栏目管理
{
path
:
'columnsMenu/videoManage'
,
name
:
'VideoManage'
,
component
:
()
=>
import
(
'@/views/backend/columnsMenu/videoManage/index.vue'
),
meta
:
{
title
:
'视频——栏目管理'
},
},
],
},
...
...
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