add:新增手持功能

This commit is contained in:
2025-09-22 15:44:46 +08:00
parent 05d89b5382
commit 36e3a06643
113 changed files with 4229 additions and 372 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://192.168.217.2:8011'
},
prod: {
VUE_APP_BASE_API: 'http://127.0.0.1:8010'
VUE_APP_BASE_API: 'http://192.168.217.2:8011'
}
}