Commit 35cb9c29 authored by tianhongyang's avatar tianhongyang

添加测试环境文件

parent 637d8d74
# 页面标题
VUE_APP_TITLE = 数字化经营履约全生命链路管理系统
# 生产环境配置
ENV = 'production'
# 数字化经营履约全生命链路管理系统/生产环境
VUE_APP_BASE_API = 'http://47.104.91.229:9099/'
\ No newline at end of file
......@@ -7,6 +7,7 @@
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test",
"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