opt: 内包间优化

This commit is contained in:
yanps
2024-01-22 19:27:06 +08:00
parent 6cd78775ef
commit 37ac298f91
12 changed files with 181 additions and 64 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://10.1.3.94:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://10.1.3.94:8011'
}