This commit is contained in:
2021-09-16 16:07:38 +08:00
parent d9ea8630df
commit 32db8aca51
4 changed files with 11 additions and 2 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
NODE_ENV=development
BASE_URL=/
VUE_APP_API_URL=http://api.dsp-test.shangkelian.cn/api
VUE_APP_USERNAME=
VUE_APP_PASSWORD=

5
.env.development Normal file
View File

@@ -0,0 +1,5 @@
NODE_ENV=development
BASE_URL=/
VUE_APP_API_URL=http://api.dsp-test.shangkelian.cn/api
VUE_APP_USERNAME=15555555555
VUE_APP_PASSWORD=123123

View File

@@ -5,4 +5,3 @@ module.exports = {
plugins: [
]
}

View File

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve": "vue-cli-service serve --open --mode=development",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},