增加测试环境

master
wj 2 years ago
parent e51ef17e6e
commit 2c1e6e4466

@ -0,0 +1,3 @@
VUE_APP_API_BASE=http://192.168.0.66:8882/SP_SYNC_SERVER
template=./public/index.html
outputDir=SP_SYNC_CLIENT

@ -3,9 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"serve": "vue-cli-service serve",
"stage": "vue-cli-service build --mode stage",
"build": "vue-cli-service build",
"build:test": "vue-cli-service build --mode test",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},

@ -1,5 +1,5 @@
{
"BASE_URL":"http://127.0.0.1:9989",
"BASE_URL":"http://127.0.0.1:10002",
"SERVER_IP": "http://127.0.0.1:8080/",
"hosp_name": "诏安县总医院"
}

Loading…
Cancel
Save