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
dacd68da
authored
2025-01-22 09:15:30 +0800
by
xukangle
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
ce877fdf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
.env.development
src/api/modules/dataAsset.ts
.env.development
View file @
dacd68d
...
...
@@ -86,8 +86,6 @@ VITE_API_CIRCULATION_URL = http://192.168.6.22:29900/circulation
#数据加工交付
VITE_APP_DATA_DELIVERY = http://192.168.6.20:38052/
# 测试环境访问地址
VITE_API_DATA_DELIVERY_URL = http://192.168.6.22:29900/delivery
# 本地访问地址
...
...
src/api/modules/dataAsset.ts
View file @
dacd68d
...
...
@@ -423,10 +423,9 @@ 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/ms-daop-jgjf-data-open-service/api-base-info/detail`,
url
:
`http://192.168.6.22:39901/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail`
,
// url: `http://localhost:9000/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail
/${params}
`,
url
:
`http://192.168.6.22:39901/delivery/ms-daop-jgjf-data-open-service/api-base-info/detail
/
${
params
}
`
,
method
:
'get'
,
params
})
// export const getTenantInfo = (params) => request({
...
...
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