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
a64a6ab9
authored
2025-11-26 09:32:44 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改可信数据空间专区相关发版
1 parent
4d1a6b46
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
.env.product
default.conf
public/config.json
src/api/modules/queryService.ts
src/utils/enum.ts
.env.product
View file @
a64a6ab
# 页面标题
VITE_APP_TITLE = 可信数据空间
# 接口域名
VITE_API_BASEURL = https://sz-
zcgl
.zgsjzc.com/
VITE_API_BASEURL = https://sz-
tds
.zgsjzc.com/
# VITE_API_BASEURL = http://49.4.26.201:31709/
VITE_IDASS_BASEURL = https://sz-daop.zgsjzc.com/portalLogin
...
...
default.conf
View file @
a64a6ab
...
...
@@ -43,7 +43,7 @@ server {
# 使用 rewrite 将 /api 替换为 /new-api
rewrite
^/
api
/(.*)$ /$
1
break
;
proxy_pass
https
://
sz
-
zcgl
.
zgsjzc
.
com
;
proxy_pass
https
://
sz
-
tds
.
zgsjzc
.
com
;
}
location
/
circulation
{
...
...
public/config.json
View file @
a64a6ab
{
"appKey"
:
"6
7bd2ff5e4b0cac8f9a5beea
"
"appKey"
:
"6
92656f4e4b0f359c26d424d
"
}
...
...
src/api/modules/queryService.ts
View file @
a64a6ab
...
...
@@ -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
=
4
149
c763d70948b195eb3d4b997c1722
`
}
/product-menu-permission/
tenant
/
get
-
product
-
menu
?
tenantGuid
=
$
{
params
.
tenantGuid
}
&
platformSystemGuid
=
4
55
a0c2180aa4217b60e859032de0943
`
: `
$
{
import
.
meta
.
env
.
VITE_APP_AUTH_URL
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
4
149
c763d70948b195eb3d4b997c1722
`,
}
/product-menu-permission/
staff
/
get
-
product
-
menu
-
template
?
platformSystemGuid
=
4
55
a0c2180aa4217b60e859032de0943
`,
method: "get",
});
};
...
...
src/utils/enum.ts
View file @
a64a6ab
...
...
@@ -46,4 +46,4 @@ export const commonPageConfig = {
}
/** 通用的系统guid */
export
const
SystemGuid
=
'4149c763d70948b195eb3d4b997c1722'
;
\ No newline at end of file
export
const
SystemGuid
=
'455a0c2180aa4217b60e859032de0943'
;
\ 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