修改一些接口配置
Showing
4 changed files
with
5 additions
and
5 deletions
| 1 | # 页面标题 | 1 | # 页面标题 |
| 2 | VITE_APP_TITLE = 可信数据空间 | 2 | VITE_APP_TITLE = 可信数据空间 |
| 3 | # 接口域名 | 3 | # 接口域名 |
| 4 | VITE_API_BASEURL = https://daop-zcgl-test.zgsjzc.com/ | 4 | VITE_API_BASEURL = https://daop-tds-test.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://daop-test.zgsjzc.com/portalLogin | 7 | VITE_IDASS_BASEURL = https://daop-test.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://daop-zcgl-test.zgsjzc.com; | 46 | proxy_pass https://daop-tds-test.zgsjzc.com; |
| 47 | } | 47 | } |
| 48 | 48 | ||
| 49 | location /circulation { | 49 | location /circulation { | ... | ... |
| ... | @@ -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=7f16f697aec111ef8656fa163e60becd` |
| 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=7f16f697aec111ef8656fa163e60becd`, |
| 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 = '7f16f697aec111ef8656fa163e60becd'; | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment