This commit is contained in:
X1627315083
2024-01-31 09:34:20 +08:00
parent 458ce908b4
commit 9493b004b3
6 changed files with 24 additions and 6 deletions

4
.env
View File

@@ -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
View 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
View 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'

View File

@@ -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'

View File

@@ -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'

View File

@@ -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": {