a64a6ab9 by lihua

修改可信数据空间专区相关发版

1 parent 4d1a6b46
1 # 页面标题 1 # 页面标题
2 VITE_APP_TITLE = 可信数据空间 2 VITE_APP_TITLE = 可信数据空间
3 # 接口域名 3 # 接口域名
4 VITE_API_BASEURL = https://sz-zcgl.zgsjzc.com/ 4 VITE_API_BASEURL = https://sz-tds.zgsjzc.com/
5 # VITE_API_BASEURL = http://49.4.26.201:31709/ 5 # VITE_API_BASEURL = http://49.4.26.201:31709/
6 6
7 VITE_IDASS_BASEURL = https://sz-daop.zgsjzc.com/portalLogin 7 VITE_IDASS_BASEURL = https://sz-daop.zgsjzc.com/portalLogin
......
...@@ -43,7 +43,7 @@ server { ...@@ -43,7 +43,7 @@ server {
43 43
44 # 使用 rewrite 将 /api 替换为 /new-api 44 # 使用 rewrite 将 /api 替换为 /new-api
45 rewrite ^/api/(.*)$ /$1 break; 45 rewrite ^/api/(.*)$ /$1 break;
46 proxy_pass https://sz-zcgl.zgsjzc.com; 46 proxy_pass https://sz-tds.zgsjzc.com;
47 } 47 }
48 48
49 location /circulation { 49 location /circulation {
......
1 { 1 {
2 "appKey": "67bd2ff5e4b0cac8f9a5beea" 2 "appKey": "692656f4e4b0f359c26d424d"
3 } 3 }
......
...@@ -32,10 +32,10 @@ export const getSystemMenu = (params, isAdmin = false) => { ...@@ -32,10 +32,10 @@ export const getSystemMenu = (params, isAdmin = false) => {
32 isAdmin 32 isAdmin
33 ? `${ 33 ? `${
34 import.meta.env.VITE_APP_AUTH_URL 34 import.meta.env.VITE_APP_AUTH_URL
35 }/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=4149c763d70948b195eb3d4b997c1722` 35 }/product-menu-permission/tenant/get-product-menu?tenantGuid=${params.tenantGuid}&platformSystemGuid=455a0c2180aa4217b60e859032de0943`
36 : `${ 36 : `${
37 import.meta.env.VITE_APP_AUTH_URL 37 import.meta.env.VITE_APP_AUTH_URL
38 }/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=4149c763d70948b195eb3d4b997c1722`, 38 }/product-menu-permission/staff/get-product-menu-template?platformSystemGuid=455a0c2180aa4217b60e859032de0943`,
39 method: "get", 39 method: "get",
40 }); 40 });
41 }; 41 };
......
...@@ -46,4 +46,4 @@ export const commonPageConfig = { ...@@ -46,4 +46,4 @@ export const commonPageConfig = {
46 } 46 }
47 47
48 /** 通用的系统guid */ 48 /** 通用的系统guid */
49 export const SystemGuid = '4149c763d70948b195eb3d4b997c1722';
...\ No newline at end of file ...\ No newline at end of file
49 export const SystemGuid = '455a0c2180aa4217b60e859032de0943';
...\ No newline at end of file ...\ No newline at end of file
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!