Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
f8be8249
Commit
f8be8249
authored
Sep 18, 2024
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加两个环境
parent
11debde4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
.env.mes
.env.mes
+10
-0
.env.staging
.env.staging
+1
-1
package.json
package.json
+1
-0
No files found.
.env.mes
0 → 100644
View file @
f8be8249
# 页面标题
VUE_APP_TITLE = 宝绅系统
NODE_ENV = production
# 测试环境配置
ENV = 'mes'
# 若依管理系统/测试环境
VUE_APP_BASE_API = 'http://192.168.3.181:8100'
.env.staging
View file @
f8be8249
...
...
@@ -7,4 +7,4 @@ NODE_ENV = production
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = 'http://192.168.3.181:810
0
'
VUE_APP_BASE_API = 'http://192.168.3.181:810
1
'
package.json
View file @
f8be8249
...
...
@@ -7,6 +7,7 @@
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"build:prod"
:
"vue-cli-service build"
,
"build:mes"
:
"vue-cli-service build --mode mes"
,
"build:stage"
:
"vue-cli-service build --mode staging"
,
"preview"
:
"node build/index.js --preview"
,
"lint"
:
"eslint --ext .js,.vue src"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment