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
a7cee0cf
authored
2025-11-25 18:27:55 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改一些接口配置
1 parent
2023384c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
.env.product
default.conf
src/api/modules/queryService.ts
src/utils/enum.ts
.env.product
View file @
a7cee0c
# 页面标题
VITE_APP_TITLE = 可信数据空间
# 接口域名
VITE_API_BASEURL = https://daop-
zcgl
-test.zgsjzc.com/
VITE_API_BASEURL = https://daop-
tds
-test.zgsjzc.com/
# VITE_API_BASEURL = http://49.4.26.201:31709/
VITE_IDASS_BASEURL = https://daop-test.zgsjzc.com/portalLogin
...
...
default.conf
View file @
a7cee0c
...
...
@@ -43,7 +43,7 @@ server {
# 使用 rewrite 将 /api 替换为 /new-api
rewrite
^/
api
/(.*)$ /$
1
break
;
proxy_pass
https
://
daop
-
zcgl
-
test
.
zgsjzc
.
com
;
proxy_pass
https
://
daop
-
tds
-
test
.
zgsjzc
.
com
;
}
location
/
circulation
{
...
...
src/api/modules/queryService.ts
View file @
a7cee0c
...
...
@@ -32,10 +32,10 @@ export const getSystemMenu = (params, isAdmin = false) => {
isAdmin
?
`
${
import
.
meta
.
env
.
VITE_APP_AUTH_URL
}
/product-menu-permission/
tenant
/
get
-
product
-
menu
?
tenantGuid
=
$
{
params
.
tenantGuid
}
&
platformSystemGuid
=
4149
c763d70948b195eb3d4b997c1722
`
}
/product-menu-permission/
tenant
/
get
-
product
-
menu
?
tenantGuid
=
$
{
params
.
tenantGuid
}
&
platformSystemGuid
=
7
f16f697aec111ef8656fa163e60becd
`
: `
$
{
import
.
meta
.
env
.
VITE_APP_AUTH_URL
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
4149
c763d70948b195eb3d4b997c1722
`,
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
7
f16f697aec111ef8656fa163e60becd
`,
method: "get",
});
};
...
...
src/utils/enum.ts
View file @
a7cee0c
...
...
@@ -46,4 +46,4 @@ export const commonPageConfig = {
}
/** 通用的系统guid */
export
const
SystemGuid
=
'4149c763d70948b195eb3d4b997c1722'
;
\ No newline at end of file
export
const
SystemGuid
=
'7f16f697aec111ef8656fa163e60becd'
;
\ No newline at end of file
...
...
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