This commit is contained in:
2025-10-13 18:00:49 +08:00
parent 47979ecca8
commit 919f5cb8a8
722 changed files with 11859 additions and 21 deletions

View File

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