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
8862fa0e
authored
2025-01-21 21:02:56 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
aa476508
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
src/api/modules/dataAsset.ts
src/views/data_asset/detail_serviceApi.vue
src/api/modules/dataAsset.ts
View file @
8862fa0
...
...
@@ -423,9 +423,16 @@ export const apiTypes: any = [{
export
const
getApiDetail
=
(
params
)
=>
request
({
// url:`${import.meta.env.VITE_APP_SERVICE_BASEURL}/api-base-info/detail`,
// url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
// url: `http://localhost:9000/delivery/api-base-info/detail`,
url
:
`http://192.168.6.2
0:38052/delivery
/api-base-info/detail`
,
// url: `http://localhost:9000/delivery/
ms-daop-jgjf-data-open-service/
api-base-info/detail`,
url
:
`http://192.168.6.2
2:39901/delivery/ms-daop-jgjf-data-open-service
/api-base-info/detail`
,
method
:
'get'
,
params
})
// export const getTenantInfo = (params) => request({
// // url: `${import.meta.env.VITE_APP_PERSONAL_URL}/tenant/getByGuid/${params}`,
// // url: `http://localhost:9000/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
// url: `http://192.168.6.22:29900/circulation/ms-data-circulation-portal-service/enterprise/detail-by-name`,
// method: 'get',
// params
// })
...
...
src/views/data_asset/detail_serviceApi.vue
View file @
8862fa0
...
...
@@ -62,7 +62,6 @@ const getDetail = () => {
// getApiDetail
return
getApiDetail
(
route
.
query
.
guid
).
then
((
res
:
any
)
=>
{
detailLoading
.
value
=
false
;
console
.
log
(
'getApiDetail'
,
res
);
if
(
res
?.
code
==
proxy
.
$passCode
)
{
let
data
=
res
.
data
;
let
{
approveVO
}
=
data
...
...
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