fix:调试修改

This commit is contained in:
2023-12-19 09:28:54 +08:00
parent f04013cf3d
commit 7085c09289
7 changed files with 44 additions and 31 deletions

View File

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