Commit f8be8249 authored by 沈翠玲's avatar 沈翠玲

增加两个环境

parent 11debde4
# 页面标题
VUE_APP_TITLE = 宝绅系统
NODE_ENV = production
# 测试环境配置
ENV = 'mes'
# 若依管理系统/测试环境
VUE_APP_BASE_API = 'http://192.168.3.181:8100'
......@@ -7,4 +7,4 @@ NODE_ENV = production
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = 'http://192.168.3.181:8100'
VUE_APP_BASE_API = 'http://192.168.3.181:8101'
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment