Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
jinhui.wang
2026-03-11 13:07:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
16c12581e9bda714d8b39cb50b6c81d7e196f5b7
16c12581
1 parent
c70bceb0
文本修改,版本号修改
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
.env.development
.env.deving
.env.pre
.env.production
.env.test
.env.uat
package - 副本.json
package.json
src/views/reportingData/index.vue
.env.development
View file @
16c1258
...
...
@@ -3,7 +3,7 @@ ENV = 'development'
VUE_APP_BASE_ENV = "dev"
VUE_APP_Version = '1.0.0'
VUE_APP_Version = '1.0.
1
0'
VUE_APP_BASE_URL = 'http://101.132.100.41:7001/EcomExp'
# FedEx 在线申报工具/开发环境
...
...
.env.deving
View file @
16c1258
...
...
@@ -5,7 +5,7 @@ ENV = 'dev_erry'
VUE_APP_BASE_ENV = "dev"
VUE_APP_Version = '1.0.0'
VUE_APP_Version = '1.0.
1
0'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7008/EcomExp'
...
...
.env.pre
View file @
16c1258
...
...
@@ -7,7 +7,7 @@ ENV = 'pre_fedex'
# 没用到
VUE_APP_BASE_ENV = "pre"
VUE_APP_Version = '1.0.0'
VUE_APP_Version = '1.0.
1
0'
#预生产UAT测试环境 https://declarationuat.fedex.com.cn
VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp'
...
...
.env.production
View file @
16c1258
...
...
@@ -3,7 +3,7 @@ ENV = 'production_fedex'
VUE_APP_BASE_ENV = "prod"
VUE_APP_Version = '1.0.0'
VUE_APP_Version = '1.0.
1
0'
#生产环境
...
...
.env.test
View file @
16c1258
...
...
@@ -5,7 +5,7 @@ ENV = 'test_erry'
VUE_APP_BASE_ENV = "test"
VUE_APP_Version = '1.0.0'
VUE_APP_Version = '1.0.
1
0'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7001/EcomExp'
...
...
.env.uat
View file @
16c1258
...
...
@@ -5,7 +5,7 @@ ENV = 'uat_erry'
VUE_APP_BASE_ENV = "uat"
VUE_APP_Version = '1.0.0'
VUE_APP_Version = '1.0.
1
0'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7023/EcomExp'
...
...
package - 副本.json
View file @
16c1258
{
"name"
:
"iCearExport"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.
1
0"
,
"description"
:
"FedEx 在线申报工具"
,
"author"
:
"ICE"
,
"license"
:
"MIT"
,
...
...
package.json
View file @
16c1258
{
"name"
:
"FedEx"
,
"version"
:
"1.0.0"
,
"version"
:
"1.0.
1
0"
,
"description"
:
"FedEx 在线申报工具"
,
"author"
:
"ICE"
,
"license"
:
"MIT"
,
...
...
src/views/reportingData/index.vue
View file @
16c1258
...
...
@@ -460,7 +460,7 @@
></vxe-column>
<vxe-column
field="exportPortCode"
title="出口口岸"
title="出口口岸
代码
"
width="110"
></vxe-column>
<vxe-column
...
...
Please
register
or
login
to post a comment