This commit is contained in:
USER-20220102CG\noblelift
2023-08-30 15:36:22 +08:00
parent 5fee172f7d
commit 87120380a2
8 changed files with 209 additions and 226 deletions

View File

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