This commit is contained in:
USER-20220102CG\noblelift
2023-08-28 20:27:16 +08:00
parent 7a2e4e18ce
commit 33b546032f
6 changed files with 33 additions and 12 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://127.0.0.1:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://127.0.0.1:8011'
}