add:新增手持接口

This commit is contained in:
2025-12-22 08:52:05 +08:00
parent 8c07042db6
commit df27310059
56 changed files with 3126 additions and 143 deletions

View File

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