Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
0c02b061
authored
2025-11-28 10:18:12 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
产品上架
1 parent
bf2bf179
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/router/modules/dataAsset.ts
src/views/data_product/productListingDetail.vue
src/router/modules/dataAsset.ts
View file @
0c02b06
...
...
@@ -293,7 +293,7 @@ const routes: RouteRecordRaw[] = [
name
:
'productListingDetail'
,
component
:
()
=>
import
(
'@/views/data_product/productListingDetail.vue'
),
meta
:
{
title
:
'新
建数据产品
'
,
title
:
'新
增产品上架
'
,
sidebar
:
false
,
reuse
:
true
,
breadcrumb
:
false
,
...
...
@@ -305,7 +305,7 @@ const routes: RouteRecordRaw[] = [
to
.
meta
.
title
=
`详情-
${
to
.
query
.
name
}
`
;
}
else
{
to
.
meta
.
editPage
=
true
;
to
.
meta
.
title
=
to
.
query
.
type
==
'add'
?
'新
建数据产品
'
:
to
.
query
.
type
==
'edit'
?
`编辑-
${
to
.
query
.
name
}
`
:
`详情-
${
to
.
query
.
name
}
`
;
to
.
meta
.
title
=
to
.
query
.
type
==
'add'
?
'新
增产品上架
'
:
to
.
query
.
type
==
'edit'
?
`编辑-
${
to
.
query
.
name
}
`
:
`详情-
${
to
.
query
.
name
}
`
;
}
}
}
...
...
src/views/data_product/productListingDetail.vue
View file @
0c02b06
This diff is collapsed.
Click to expand it.
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment