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
4e2618d5
authored
2025-12-15 17:54:45 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
溯源查询功能
1 parent
62fa0c56
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
0 deletions
src/api/modules/dataSmartContract.ts
src/router/modules/dataSmartContract.ts
src/views/data_smart_contract/traceabilityInquiryManage.vue
src/api/modules/dataSmartContract.ts
View file @
4e2618d
...
...
@@ -328,3 +328,16 @@ export const getSignatureFile = (params, data) => request({
'Content-Type'
:
'multipart/form-data'
}
})
/** ---------------------- 区块链日志 ---------------------- */
export
const
getBlockChainPageList
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_DIGITAL_CONTRACT_URL
}
/blockchain-code/page-list`
,
method
:
'post'
,
data
:
params
})
export
const
getBlockChainDetail
=
(
params
)
=>
request
({
url
:
`
${
import
.
meta
.
env
.
VITE_APP_DIGITAL_CONTRACT_URL
}
/blockchain-detail/chain-page-list`
,
method
:
'post'
,
data
:
params
})
...
...
src/router/modules/dataSmartContract.ts
View file @
4e2618d
...
...
@@ -197,6 +197,26 @@ const routes: RouteRecordRaw[] = [
},
}]
},
{
path
:
'/data-smart-contract-common/traceability-inquiry-manage'
,
component
:
Layout
,
meta
:
{
title
:
'溯源查询'
,
icon
:
'sidebar-videos'
,
},
children
:
[{
path
:
''
,
name
:
'traceabilityInquiryManage'
,
component
:
()
=>
import
(
'@/views/data_smart_contract/traceabilityInquiryManage.vue'
),
meta
:
{
title
:
''
,
sidebar
:
false
,
breadcrumb
:
false
,
cache
:
true
,
editPage
:
true
},
}]
},
]
export
default
routes
\ No newline at end of file
...
...
src/views/data_smart_contract/traceabilityInquiryManage.vue
0 → 100644
View file @
4e2618d
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