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
234bcfcf
authored
2025-01-24 17:27:09 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
99009edc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
default.conf
src/api/modules/dataAsset.ts
default.conf
View file @
234bcfc
...
...
@@ -78,7 +78,7 @@ server {
# 使用 rewrite 将 /circulation 替换为 /new-api
rewrite
^/
delivery
/(.*)$ /$
1
break
;
proxy_pass
https
://
daop
-
jgjf
-
test
.
zgsjzc
.
com
/
api
;
proxy_pass
https
://
daop
-
jgjf
-
test
.
zgsjzc
.
com
;
}
error_page
500
502
503
504
/
50
x
.
html
;
...
...
src/api/modules/dataAsset.ts
View file @
234bcfc
...
...
@@ -424,7 +424,7 @@ 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/ms-daop-jgjf-data-open-service/api-base-info/detail/${params}`,
url
:
`https://daop-zcgl-test.zgsjzc.com/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail/
${
params
}
`
,
url
:
`https://daop-zcgl-test.zgsjzc.com/delivery/
api/
ms-daop-jgjf-data-open-service/api-base-info/detail/
${
params
}
`
,
method
:
'get'
,
})
...
...
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