Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
7eae673d
Commit
7eae673d
authored
Dec 19, 2024
by
baiyinhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改轮播图路由
parent
e2e5c6c0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
11 deletions
+9
-11
index.ts
src/router/routes/index.ts
+9
-9
index.vue
...views/dataSharingAndExchange/carouselManagement/index.vue
+0
-2
No files found.
src/router/routes/index.ts
View file @
7eae673d
...
@@ -1331,15 +1331,6 @@ export const SyncMaintenanceRoute: AppRouteRecordRaw = {
...
@@ -1331,15 +1331,6 @@ export const SyncMaintenanceRoute: AppRouteRecordRaw = {
name
:
'workDetail'
,
name
:
'workDetail'
,
component
:
()
=>
import
(
'@/views/realTimeSync/taskOperationsMaintenance/workDetail.vue'
),
component
:
()
=>
import
(
'@/views/realTimeSync/taskOperationsMaintenance/workDetail.vue'
),
},
},
{
path
:
'carouselManagement/detail'
,
name
:
'carouselManagementDetail'
,
meta
:
{
title
:
'轮播图详情页'
,
currentActiveMenu
:
'/dataSharingAndExchange'
,
},
component
:
()
=>
import
(
'@/views/dataSharingAndExchange/carouselManagement/detail/index.vue'
),
},
],
],
};
};
...
@@ -1457,6 +1448,15 @@ export const ResourceRoute: AppRouteRecordRaw = {
...
@@ -1457,6 +1448,15 @@ export const ResourceRoute: AppRouteRecordRaw = {
title
:
'订单详情'
,
title
:
'订单详情'
,
},
},
},
},
{
path
:
'carouselManagement/detail'
,
name
:
'carouselManagementDetail'
,
meta
:
{
title
:
'轮播图详情页'
,
currentActiveMenu
:
'/dataSharingAndExchange'
,
},
component
:
()
=>
import
(
'@/views/dataSharingAndExchange/carouselManagement/detail/index.vue'
),
},
],
],
};
};
/**
/**
...
...
src/views/dataSharingAndExchange/carouselManagement/index.vue
View file @
7eae673d
...
@@ -219,8 +219,6 @@
...
@@ -219,8 +219,6 @@
function
handleDetails
(
record
:
Recordable
)
{
function
handleDetails
(
record
:
Recordable
)
{
push
({
push
({
path
:
'/dataSharingAndExchange/carouselManagement/detail'
,
path
:
'/dataSharingAndExchange/carouselManagement/detail'
,
// path: '/dataSharingAndExchange/resourceManagement/detail/index',
// path: '/dataWarehousePlanning/physicalModel/detail',
query
:
record
,
query
:
record
,
});
});
console
.
log
(
'path'
,
record
);
console
.
log
(
'path'
,
record
);
...
...
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