This commit is contained in:
USER-20220102CG\noblelift
2022-11-11 08:50:07 +08:00
parent 2e4c5c3e08
commit 93053fd086
7 changed files with 127 additions and 89 deletions

View File

@@ -1,9 +1,9 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://192.168.4.116:8010'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://192.168.4.1168010'
}