This commit is contained in:
周俊杰
2023-07-31 11:20:03 +08:00
parent ceda5f0033
commit 5543d5f9fa
8 changed files with 109 additions and 18 deletions

View File

@@ -1,10 +1,10 @@
window.g = {
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
dev: {
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
},
prod: {
VUE_APP_BASE_API: 'http://172.18.10.14:8010'
}
}
}
}