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
zhanbo.xu
2025-03-12 15:00:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e1ac3e2a0b2eb4fbbbfcc922106bc21f9afef6c7
e1ac3e2a
1 parent
9abf1cbf
配置URL
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
13 deletions
.env.pre
.env.production
.env.staging
.env.uat
.env.pre
View file @
e1ac3e2
...
...
@@ -7,11 +7,11 @@ VUE_APP_BASE_ENV = "pre"
VUE_APP_Version = '1.0.0'
#测试环境
VUE_APP_BASE_API = 'https://
iclearexpuat.fedex.com.cn/
Exp'
VUE_APP_BASE_API = 'https://
declarationuat.fedex.com.cn/Ecom
Exp'
VUE_APP_BASE_ROUTE = '/Ecom'
VUE_APP_BASE_ROUTE = '/Ecom
Exp
'
VUE_APP_BASE_LOGINOUT = '/Ecom'
VUE_APP_BASE_LOGINOUT = '/Ecom
Exp
'
#后端版本校验版本号
VUE_APP_APIVERSION = 'D5B582ED9ED4002BF2BCB386A68519CF.A3889C390C14952AD666ABC3BE46BE40'
...
...
.env.production
View file @
e1ac3e2
...
...
@@ -8,12 +8,13 @@ VUE_APP_BASE_API = '/prod-api'
VUE_APP_Version = '1.0.0'
#测试环境 https://declarationuat.fedex.com.cn
VUE_APP_BASE_API = 'https://declaration.fedex.com.cn/Ecom'
#预生产UAT测试环境 https://declarationuat.fedex.com.cn
#生产环境 https://declaration.fedex.com.cn
VUE_APP_BASE_API = 'https://declarationuat.fedex.com.cn/EcomExp'
VUE_APP_BASE_ROUTE = '/Ecom'
VUE_APP_BASE_ROUTE = '/Ecom
Exp
'
VUE_APP_BASE_LOGINOUT = '/Ecom'
VUE_APP_BASE_LOGINOUT = '/Ecom
Exp
'
#后端版本校验版本号
VUE_APP_APIVERSION = 'C8074BB318FB85693233E64ACC64C1ED.A3889C390C14952AD666ABC3BE46BE40'
...
...
.env.staging
View file @
e1ac3e2
...
...
@@ -8,11 +8,15 @@ VUE_APP_BASE_ENV = "staging"
VUE_APP_Version = '1.0.0'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom'
VUE_APP_BASE_API = 'http://101.132.100.41:7001/Ecom
Exp
'
VUE_APP_BASE_ROUTE = '/EcomTest'
#
VUE_APP_BASE_ROUTE = '/EcomTest'
VUE_APP_BASE_LOGINOUT = '/EcomTest'
# VUE_APP_BASE_LOGINOUT = '/EcomTest'
VUE_APP_BASE_ROUTE = '/EcomExpTest'
VUE_APP_BASE_LOGINOUT = '/EcomExpTest'
#后端版本校验版本号
VUE_APP_APIVERSION = '033BD94B1168D7E4F0D644C3C95E35BF.A3889C390C14952AD666ABC3BE46BE40'
...
...
.env.uat
View file @
e1ac3e2
...
...
@@ -8,13 +8,15 @@ VUE_APP_BASE_ENV = "uat"
VUE_APP_Version = '1.0.0'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:7023/Ecom'
VUE_APP_BASE_API = 'http://101.132.100.41:7023/Ecom
Exp
'
#VUE_APP_BASE_ROUTE = '/EcomUat'
VUE_APP_BASE_ROUTE = '/Ecom'
# VUE_APP_BASE_ROUTE = '/Ecom'
VUE_APP_BASE_ROUTE = '/EcomExp'
#VUE_APP_BASE_LOGINOUT = '/EcomUat'
VUE_APP_BASE_LOGINOUT = '/Ecom'
# VUE_APP_BASE_LOGINOUT = '/Ecom'
VUE_APP_BASE_LOGINOUT = '/EcomExp'
#后端版本校验版本号
VUE_APP_APIVERSION = '033BD94B1168D7E4F0D644C3C95E35BF.A3889C390C14952AD666ABC3BE46BE40'
...
...
Please
register
or
login
to post a comment