refactor(env): 更新开发环境中的 API 地址
- 将 .env.development 和 .env.deving 文件中的 VUE_APP_BASE_API 路径从 '/Ecom' 修改为 '/EcomExp'
Showing
2 changed files
with
6 additions
and
6 deletions
| ... | @@ -6,7 +6,7 @@ VUE_APP_BASE_ENV = "dev" | ... | @@ -6,7 +6,7 @@ VUE_APP_BASE_ENV = "dev" |
| 6 | VUE_APP_Version = '1.0.0' | 6 | VUE_APP_Version = '1.0.0' |
| 7 | 7 | ||
| 8 | # FedEx 在线申报工具/开发环境 | 8 | # FedEx 在线申报工具/开发环境 |
| 9 | -VUE_APP_BASE_API = 'http://101.132.100.41:7008/Ecom' | 9 | +VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp' |
| 10 | 10 | ||
| 11 | VUE_APP_BASE_ROUTE = '/EcomDev' | 11 | VUE_APP_BASE_ROUTE = '/EcomDev' |
| 12 | 12 | ||
| ... | @@ -37,11 +37,11 @@ VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pac | ... | @@ -37,11 +37,11 @@ VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pac |
| 37 | #沪公网安备号 | 37 | #沪公网安备号 |
| 38 | VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | 38 | VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' |
| 39 | #京ICP | 39 | #京ICP |
| 40 | -VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | 40 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' |
| 41 | 41 | ||
| 42 | # VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' | 42 | # VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' |
| 43 | # VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' | 43 | # VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' |
| 44 | # VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' | 44 | # VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' |
| 45 | # VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | 45 | # VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' |
| 46 | # VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | 46 | # VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' |
| 47 | -# VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 47 | +# VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ... | ... |
| ... | @@ -7,7 +7,7 @@ VUE_APP_BASE_ENV = "deving" | ... | @@ -7,7 +7,7 @@ VUE_APP_BASE_ENV = "deving" |
| 7 | VUE_APP_Version = '1.0.0' | 7 | VUE_APP_Version = '1.0.0' |
| 8 | 8 | ||
| 9 | #测试环境 | 9 | #测试环境 |
| 10 | -VUE_APP_BASE_API = 'http://101.132.100.41:7008/Ecom' | 10 | +VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp' |
| 11 | 11 | ||
| 12 | VUE_APP_BASE_ROUTE = '/EcomDev' | 12 | VUE_APP_BASE_ROUTE = '/EcomDev' |
| 13 | 13 | ||
| ... | @@ -35,11 +35,11 @@ VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pac | ... | @@ -35,11 +35,11 @@ VUE_APP_BUSINESS_PERMIT = 'https://www.fedex.com/content/dam/fedex/apac-asia-pac |
| 35 | #沪公网安备号 | 35 | #沪公网安备号 |
| 36 | VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' | 36 | VUE_APP_SHANGHAI_FILLING_NUMBER = 'http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=31010102007222' |
| 37 | #京ICP | 37 | #京ICP |
| 38 | -VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' | 38 | +VUE_APP_BEIJING_FILLING_NUMBER = 'https://beian.miit.gov.cn/#/Integrated/recordQuery' |
| 39 | 39 | ||
| 40 | # VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' | 40 | # VUE_APP_BASE_API_dev = 'http://192.168.1.251:7021/Exp' |
| 41 | # VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' | 41 | # VUE_APP_BASE_API_test = 'http://192.168.1.251:7022/Exp' |
| 42 | # VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' | 42 | # VUE_APP_BASE_API_demo = 'http://192.168.1.251:7023/Exp' |
| 43 | # VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' | 43 | # VUE_APP_BASE_API_uat = 'https://declarationuat.fedex.com.cn/Exp' |
| 44 | # VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' | 44 | # VUE_APP_BASE_API_pre = 'https://iclearexpuat.fedex.com.cn/Exp' |
| 45 | -# VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 45 | +# VUE_APP_BASE_API_prod = 'https://declaration.fedex.com.cn/Exp' | ... | ... |
-
Please register or login to post a comment