fix
This commit is contained in:
4
.env
4
.env
@@ -1,4 +1,4 @@
|
|||||||
# NODE_ENV = 'production'
|
# NODE_ENV = 'production'
|
||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
|||||||
9
.env.dev
Normal file
9
.env.dev
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
NODE_ENV = 'development'
|
||||||
|
# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
|
||||||
|
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
|
||||||
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
|
VUE_APP_BASE_URL = 'https://test.api.aida.com.hk'
|
||||||
|
|
||||||
|
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
||||||
|
# VUE_APP_BASE_URL = 'http://192.168.1.6:7766'
|
||||||
7
.env.dev_build
Normal file
7
.env.dev_build
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
NODE_ENV = 'production'
|
||||||
|
# VUE_APP_BASE_URL = 'https://aida.com.hk/test'
|
||||||
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10088'
|
||||||
|
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
VUE_APP_BASE_URL = 'https://test.api.aida.com.hk'
|
||||||
|
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
NODE_ENV = 'production'
|
NODE_ENV = 'production'
|
||||||
VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
# VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk'
|
# VUE_APP_BASE_URL = 'https://polyu.api.aida.com.hk'
|
||||||
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
NODE_ENV = 'development'
|
NODE_ENV = 'development'
|
||||||
# VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
|
VUE_APP_BASE_URL = 'https://develop.api.aida.com.hk'
|
||||||
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
# VUE_APP_BASE_URL = 'https://api.aida.com.hk'
|
||||||
|
|
||||||
VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
# VUE_APP_BASE_URL = 'http://18.167.251.121:10086'
|
||||||
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
# VUE_APP_BASE_URL = 'http://192.168.1.9:5567'
|
||||||
# VUE_APP_BASE_URL = 'http://192.168.1.6:7766'
|
# VUE_APP_BASE_URL = 'http://192.168.1.6:7766'
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
"build": "vue-cli-service build",
|
"build": "vue-cli-service build",
|
||||||
"serve:test": "vue-cli-service serve --mode test",
|
"serve:test": "vue-cli-service serve --mode test",
|
||||||
"build:test": "vue-cli-service build --mode test_build",
|
"build:test": "vue-cli-service build --mode test_build",
|
||||||
|
"serve:dev": "vue-cli-service serve --mode dev",
|
||||||
|
"build:dev": "vue-cli-service build --mode dev_build",
|
||||||
"lint": "vue-cli-service lint"
|
"lint": "vue-cli-service lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user