opt:富佳项目优化

This commit is contained in:
2025-09-28 14:02:43 +08:00
parent ffcecbde64
commit 52a72d9b91
23 changed files with 583 additions and 83 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://172.19.10.72:8011'
}
}