jinhui.wang

版本号修改,loading状态修正

...@@ -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.11' 6 +VUE_APP_Version = '1.0.12'
7 7
8 VUE_APP_BASE_URL = 'http://101.132.100.41:7001/EcomExp' 8 VUE_APP_BASE_URL = 'http://101.132.100.41:7001/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.11' 8 +VUE_APP_Version = '1.0.12'
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.11' 10 +VUE_APP_Version = '1.0.12'
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.11' 6 +VUE_APP_Version = '1.0.12'
7 7
8 #生产环境 8 #生产环境
9 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.11' 8 +VUE_APP_Version = '1.0.12'
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.11' 8 +VUE_APP_Version = '1.0.12'
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.11", 3 + "version": "1.0.12",
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.11", 3 + "version": "1.0.12",
4 "description": "FedEx 在线申报工具", 4 "description": "FedEx 在线申报工具",
5 "author": "ICE", 5 "author": "ICE",
6 "license": "MIT", 6 "license": "MIT",
......
...@@ -491,7 +491,7 @@ export default { ...@@ -491,7 +491,7 @@ export default {
491 this.alertWarningMsg(msg); 491 this.alertWarningMsg(msg);
492 }, 492 },
493 }).finally(() => { 493 }).finally(() => {
494 - this.loadings.searchLoading = false; 494 + this.loadings.exportDeclareLoading = false;
495 }); 495 });
496 }, 496 },
497 }, 497 },
......