1
0
forked from dyf/APP

添加全局蓝牙

This commit is contained in:
liub
2025-08-12 15:27:14 +08:00
parent 47a9dace85
commit d9a28d0345
53 changed files with 363 additions and 224 deletions

View File

@ -1,4 +1,4 @@
const BASE_URL = 'http://192.168.110.54:8000';
const BASE_URL = 'http://192.168.110.169:8000';
const request = (options) => {
console.log("options"+JSON.stringify(options))
return new Promise((resolve, reject) => {