fix
Showing
2 changed files
with
5 additions
and
5 deletions
| ... | @@ -82,12 +82,12 @@ VITE_APP_ATTACHMENT_TEMPLATE = ms-daop-personel-service | ... | @@ -82,12 +82,12 @@ VITE_APP_ATTACHMENT_TEMPLATE = ms-daop-personel-service |
| 82 | VITE_APP_PERSONAL_URL = 'ms-daop-personel-service' | 82 | VITE_APP_PERSONAL_URL = 'ms-daop-personel-service' |
| 83 | 83 | ||
| 84 | #流通平台地址 | 84 | #流通平台地址 |
| 85 | VITE_APP_CIRCULATION = http://192.168.6.20:18052/ | 85 | VITE_APP_CIRCULATION = https://daop-lt-test.zgsjzc.com/ |
| 86 | # 测试环境访问地址 | 86 | # 测试环境访问地址 |
| 87 | VITE_API_CIRCULATION_URL = http://192.168.6.22:29900/circulation | 87 | # VITE_API_CIRCULATION_URL = http://192.168.6.22:29900/circulation |
| 88 | 88 | ||
| 89 | #数据加工交付 | 89 | #数据加工交付 |
| 90 | VITE_APP_DATA_DELIVERY = http://192.168.6.20:38052/ | 90 | VITE_APP_DATA_DELIVERY = https://daop-jgjf-test.zgsjzc.com/ |
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | # 本地访问地址 | 93 | # 本地访问地址 | ... | ... |
| ... | @@ -117,9 +117,9 @@ VITE_API_MESSAGE = ms-daop-message-service | ... | @@ -117,9 +117,9 @@ VITE_API_MESSAGE = ms-daop-message-service |
| 117 | VITE_APP_PERSONAL_URL = ms-daop-personel-service | 117 | VITE_APP_PERSONAL_URL = ms-daop-personel-service |
| 118 | 118 | ||
| 119 | #流通平台接口地址 | 119 | #流通平台接口地址 |
| 120 | VITE_APP_CIRCULATION = http://192.168.6.20:18052/ | 120 | VITE_APP_CIRCULATION = https://daop-lt-test.zgsjzc.com/ |
| 121 | #数据加工交付 | 121 | #数据加工交付 |
| 122 | VITE_APP_DATA_DELIVERY = http://192.168.6.20:38052/ | 122 | VITE_APP_DATA_DELIVERY = https://daop-jgjf-test.zgsjzc.com/ |
| 123 | 123 | ||
| 124 | # 是否在打包时生成 sourcemap | 124 | # 是否在打包时生成 sourcemap |
| 125 | VITE_BUILD_SOURCEMAP = false | 125 | VITE_BUILD_SOURCEMAP = false | ... | ... |
-
Please register or sign in to post a comment