Commit 9d2df392 by 林家欣

新增测试环境打包命令testBuild

parent e25a779a
VUE_APP_CURRENTMODE = "test"
VUE_APP_HOST_URL = "http://192.168.0.32:8070"
VUE_APP_LOG = true
\ No newline at end of file
VUE_APP_CURRENTMODE = "production"
VUE_APP_HOST_URL = "http://81.68.189.225:9091"
VUE_APP_API_URL = "http://81.68.189.225:9091"
VUE_APP_GDS_URL = "http://data-studio.gds.org.cn"
VUE_APP_CHINATM_URL = "http://member.gds.org.cn:8080/chinatm"
VUE_APP_LOG = false
......@@ -5,7 +5,7 @@
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve --mode development",
"test": "vue-cli-service serve --mode test",
"testBuild": "vue-cli-service build --mode test",
"build": "vue-cli-service build",
"pub": "./pub.sh",
"lint": "vue-cli-service lint",
......
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