Showing
8 changed files
with
8 additions
and
9 deletions
| ... | @@ -3,7 +3,7 @@ ENV = 'development' | ... | @@ -3,7 +3,7 @@ ENV = 'development' |
| 3 | 3 | ||
| 4 | VUE_APP_BASE_ENV = "dev" | 4 | VUE_APP_BASE_ENV = "dev" |
| 5 | 5 | ||
| 6 | -VUE_APP_Version = '1.0.10' | 6 | +VUE_APP_Version = '1.0.11' |
| 7 | 7 | ||
| 8 | VUE_APP_BASE_URL = 'http://101.132.100.41:7008/EcomExp' | 8 | VUE_APP_BASE_URL = 'http://101.132.100.41:7008/EcomExp' |
| 9 | # FedEx 在线申报工具/开发环境 | 9 | # FedEx 在线申报工具/开发环境 | ... | ... |
| ... | @@ -5,7 +5,7 @@ ENV = 'dev_erry' | ... | @@ -5,7 +5,7 @@ ENV = 'dev_erry' |
| 5 | 5 | ||
| 6 | VUE_APP_BASE_ENV = "dev" | 6 | VUE_APP_BASE_ENV = "dev" |
| 7 | 7 | ||
| 8 | -VUE_APP_Version = '1.0.10' | 8 | +VUE_APP_Version = '1.0.11' |
| 9 | 9 | ||
| 10 | #测试环境 | 10 | #测试环境 |
| 11 | VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp' | 11 | VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp' | ... | ... |
| ... | @@ -7,7 +7,7 @@ ENV = 'pre_fedex' | ... | @@ -7,7 +7,7 @@ ENV = 'pre_fedex' |
| 7 | # 没用到 | 7 | # 没用到 |
| 8 | VUE_APP_BASE_ENV = "pre" | 8 | VUE_APP_BASE_ENV = "pre" |
| 9 | 9 | ||
| 10 | -VUE_APP_Version = '1.0.10' | 10 | +VUE_APP_Version = '1.0.11' |
| 11 | 11 | ||
| 12 | #预生产UAT测试环境 https://declarationuat.fedex.com.cn | 12 | #预生产UAT测试环境 https://declarationuat.fedex.com.cn |
| 13 | VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp' | 13 | VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp' | ... | ... |
| ... | @@ -3,8 +3,7 @@ ENV = 'production_fedex' | ... | @@ -3,8 +3,7 @@ ENV = 'production_fedex' |
| 3 | 3 | ||
| 4 | VUE_APP_BASE_ENV = "prod" | 4 | VUE_APP_BASE_ENV = "prod" |
| 5 | 5 | ||
| 6 | -VUE_APP_Version = '1.0.10' | 6 | +VUE_APP_Version = '1.0.11' |
| 7 | - | ||
| 8 | 7 | ||
| 9 | #生产环境 | 8 | #生产环境 |
| 10 | VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp' | 9 | VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp' | ... | ... |
| ... | @@ -5,7 +5,7 @@ ENV = 'test_erry' | ... | @@ -5,7 +5,7 @@ ENV = 'test_erry' |
| 5 | 5 | ||
| 6 | VUE_APP_BASE_ENV = "test" | 6 | VUE_APP_BASE_ENV = "test" |
| 7 | 7 | ||
| 8 | -VUE_APP_Version = '1.0.10' | 8 | +VUE_APP_Version = '1.0.11' |
| 9 | 9 | ||
| 10 | #测试环境 | 10 | #测试环境 |
| 11 | VUE_APP_BASE_API = 'http://101.132.100.41:7001/EcomExp' | 11 | VUE_APP_BASE_API = 'http://101.132.100.41:7001/EcomExp' | ... | ... |
| ... | @@ -5,7 +5,7 @@ ENV = 'uat_erry' | ... | @@ -5,7 +5,7 @@ ENV = 'uat_erry' |
| 5 | 5 | ||
| 6 | VUE_APP_BASE_ENV = "uat" | 6 | VUE_APP_BASE_ENV = "uat" |
| 7 | 7 | ||
| 8 | -VUE_APP_Version = '1.0.10' | 8 | +VUE_APP_Version = '1.0.11' |
| 9 | 9 | ||
| 10 | #测试环境 | 10 | #测试环境 |
| 11 | VUE_APP_BASE_API = 'http://101.132.100.41:7023/EcomExp' | 11 | VUE_APP_BASE_API = 'http://101.132.100.41:7023/EcomExp' | ... | ... |
-
Please register or login to post a comment