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-05 15:34:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6c5193de1ce156abf5a4cf546380d5890e530d90
6c5193de
1 parent
9e30e844
feat: 配置开发环境
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
.env.development
.env.deving
.env.development
View file @
6c5193d
...
...
@@ -6,11 +6,11 @@ VUE_APP_BASE_ENV = "dev"
VUE_APP_Version = '1.0.0'
# FedEx 在线申报工具/开发环境
VUE_APP_BASE_API = 'http://101.132.100.41:700
1
/Ecom'
VUE_APP_BASE_API = 'http://101.132.100.41:700
8
/Ecom'
VUE_APP_BASE_ROUTE = '/Ecom'
VUE_APP_BASE_ROUTE = '/Ecom
Dev
'
VUE_APP_BASE_LOGINOUT = '/Ecom'
VUE_APP_BASE_LOGINOUT = '/Ecom
Dev
'
#后端版本校验版本号
VUE_APP_APIVERSION = 'BFEDDF560FF988C07141DF6135A9BFCF.A3889C390C14952AD666ABC3BE46BE40'
...
...
.env.deving
View file @
6c5193d
...
...
@@ -7,7 +7,7 @@ VUE_APP_BASE_ENV = "deving"
VUE_APP_Version = '1.0.0'
#测试环境
VUE_APP_BASE_API = 'http://101.132.100.41:700
1
/Ecom'
VUE_APP_BASE_API = 'http://101.132.100.41:700
8
/Ecom'
VUE_APP_BASE_ROUTE = '/EcomDev'
...
...
Please
register
or
login
to post a comment