jinhui.wang

Merge remote-tracking branch 'origin/release-pdd-cache-v1.0.10' into release-pdd-cache-v1.0.11

...@@ -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.0' 6 +VUE_APP_Version = '1.0.10'
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.0' 8 +VUE_APP_Version = '1.0.10'
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.0' 10 +VUE_APP_Version = '1.0.10'
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,7 +3,7 @@ ENV = 'production_fedex' ...@@ -3,7 +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.0' 6 +VUE_APP_Version = '1.0.10'
7 7
8 8
9 #生产环境 9 #生产环境
......
...@@ -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.0' 8 +VUE_APP_Version = '1.0.10'
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.0' 8 +VUE_APP_Version = '1.0.10'
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'
......
1 { 1 {
2 "name": "iCearExport", 2 "name": "iCearExport",
3 - "version": "1.0.0", 3 + "version": "1.0.10",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
......
1 { 1 {
2 "name": "FedEx", 2 "name": "FedEx",
3 - "version": "1.0.0", 3 + "version": "1.0.10",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
......
...@@ -473,7 +473,7 @@ ...@@ -473,7 +473,7 @@
473 ></vxe-column> 473 ></vxe-column>
474 <vxe-column 474 <vxe-column
475 field="exportPortCode" 475 field="exportPortCode"
476 - title="出口口岸" 476 + title="出口口岸代码"
477 width="110" 477 width="110"
478 ></vxe-column> 478 ></vxe-column>
479 <vxe-column 479 <vxe-column
......