jinhui.wang

版本号修改,loading状态修正

......@@ -3,7 +3,7 @@ ENV = 'development'
VUE_APP_BASE_ENV = "dev"
VUE_APP_Version = '1.0.11'
VUE_APP_Version = '1.0.12'
VUE_APP_BASE_URL = 'http://101.132.100.41:7001/EcomExp'
# FedEx 在线申报工具/开发环境
......
......@@ -5,7 +5,7 @@ ENV = 'dev_erry'
VUE_APP_BASE_ENV = "dev"
VUE_APP_Version = '1.0.11'
VUE_APP_Version = '1.0.12'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp'
......
......@@ -7,7 +7,7 @@ ENV = 'pre_fedex'
# 没用到
VUE_APP_BASE_ENV = "pre"
VUE_APP_Version = '1.0.11'
VUE_APP_Version = '1.0.12'
#预生产UAT测试环境 https://declarationuat.fedex.com.cn
VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp'
......
......@@ -3,7 +3,7 @@ ENV = 'production_fedex'
VUE_APP_BASE_ENV = "prod"
VUE_APP_Version = '1.0.11'
VUE_APP_Version = '1.0.12'
#生产环境
VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/EcomExp'
......
......@@ -5,7 +5,7 @@ ENV = 'test_erry'
VUE_APP_BASE_ENV = "test"
VUE_APP_Version = '1.0.11'
VUE_APP_Version = '1.0.12'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7001/EcomExp'
......
......@@ -5,7 +5,7 @@ ENV = 'uat_erry'
VUE_APP_BASE_ENV = "uat"
VUE_APP_Version = '1.0.11'
VUE_APP_Version = '1.0.12'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7023/EcomExp'
......
{
"name": "iCearExport",
"version": "1.0.11",
"version": "1.0.12",
"description": "FedEx 在线申报工具",
"author": "ICE",
"license": "MIT",
......
{
"name": "FedEx",
"version": "1.0.11",
"version": "1.0.12",
"description": "FedEx 在线申报工具",
"author": "ICE",
"license": "MIT",
......
......@@ -491,7 +491,7 @@ export default {
this.alertWarningMsg(msg);
},
}).finally(() => {
this.loadings.searchLoading = false;
this.loadings.exportDeclareLoading = false;
});
},
},
......