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-17 17:02:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
183279aa1e67dcaddd43a6edd3443c66f194efb5
183279aa
1 parent
7ac2e31f
修改配置
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
.env.staging
package.json
.env.staging
View file @
183279a
...
...
@@ -8,11 +8,11 @@ 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 = '/Ecom
Exp
Test'
VUE_APP_BASE_LOGINOUT = '/EcomTest'
VUE_APP_BASE_LOGINOUT = '/Ecom
Exp
Test'
#后端版本校验版本号
VUE_APP_APIVERSION = '033BD94B1168D7E4F0D644C3C95E35BF.A3889C390C14952AD666ABC3BE46BE40'
...
...
package.json
View file @
183279a
...
...
@@ -7,7 +7,7 @@
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"build:deving"
:
"vue-cli-service build --mode deving"
,
"build:
stage
"
:
"vue-cli-service build --mode staging"
,
"build:
test
"
:
"vue-cli-service build --mode staging"
,
"build:demo"
:
"vue-cli-service build --mode demo"
,
"build:uat"
:
"vue-cli-service build --mode uat"
,
"build:pre"
:
"vue-cli-service build --mode pre"
,
...
...
Please
register
or
login
to post a comment