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
20288209
Commit
20288209
authored
Apr 01, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 20520】 chore: 加入路由等
parent
c88ac383
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
26 deletions
+10
-26
route.ts
src/router/route.ts
+7
-24
index.vue
src/views/backend/index.vue
+1
-0
index.vue
src/views/backend/settingsMenu/dailyLotteryManage/index.vue
+2
-2
No files found.
src/router/route.ts
View file @
20288209
...
...
@@ -198,12 +198,6 @@ export const constantsRoute = [
component
:
()
=>
import
(
'@/views/backend/index.vue'
),
redirect
:
'/backend/tags'
,
children
:
[
// {
// path: 'manager',
// name: 'ManagerManagement',
// component: () => import('@/views/backend/manager/index.vue'),
// meta: { title: '企业文化管理员' },
// },
{
path
:
'tags'
,
name
:
'OfficialManagement'
,
...
...
@@ -216,24 +210,6 @@ export const constantsRoute = [
component
:
()
=>
import
(
'@/views/backend/carousel/index.vue'
),
meta
:
{
title
:
'轮播图设置'
},
},
// {
// path: 'topic-admin',
// name: 'TopicAdminManagement',
// component: () => import('@/views/backend/topic-admin/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
:
'caseManage'
,
name
:
'CaseManageManagement'
,
...
...
@@ -302,6 +278,13 @@ export const constantsRoute = [
component
:
()
=>
import
(
'@/views/backend/settingsMenu/dailyLotteryManage/index.vue'
),
meta
:
{
title
:
'每日抽奖配置'
},
},
// 转盘抽奖配置
{
path
:
'settingsMenu/luckyWheelManage'
,
name
:
'LuckyWheelManageManagement'
,
component
:
()
=>
import
(
'@/views/backend/settingsMenu/luckyWheelManage/index.vue'
),
meta
:
{
title
:
'转盘抽奖配置'
},
},
/**
* 栏目管理下的子菜单
*/
...
...
src/views/backend/index.vue
View file @
20288209
...
...
@@ -44,6 +44,7 @@ export default defineComponent(() => {
{
path
:
'/backend/settingsMenu/auctionManage'
,
title
:
'限时竞拍配置'
},
{
path
:
'/backend/settingsMenu/goodsManage'
,
title
:
'积分商城配置'
},
{
path
:
'/backend/settingsMenu/dailyLotteryManage'
,
title
:
'每日抽奖配置'
},
{
path
:
'/backend/settingsMenu/luckyWheelManage'
,
title
:
'转盘抽奖配置'
},
],
},
// 栏目管理
...
...
src/views/backend/settingsMenu/dailyLotteryManage/index.vue
View file @
20288209
...
...
@@ -58,10 +58,10 @@
</el-table-column>
<el-table-column
label=
"操作"
fixed=
"right"
>
<
template
#
default=
"{ row }"
>
<el-button
type=
"primary"
link
@
click=
"handleEdit(row)"
:disabled=
"row.isCurrent"
<el-button
type=
"primary"
link
@
click=
"handleEdit(row)"
:disabled=
"
!!
row.isCurrent"
>
编辑
</el-button
>
<el-button
type=
"danger"
link
@
click=
"handleDelete(row)"
:disabled=
"row.isCurrent"
<el-button
type=
"danger"
link
@
click=
"handleDelete(row)"
:disabled=
"
!!
row.isCurrent"
>
删除
</el-button
>
</
template
>
...
...
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