强跟泛光指令修改

This commit is contained in:
fengerli
2025-11-26 16:06:34 +08:00
parent ebbac4232a
commit 8ccc37cb93
2 changed files with 2 additions and 2 deletions

View File

@ -919,7 +919,7 @@
fail: (ex) => { fail: (ex) => {
updateLoading(these, { updateLoading(these, {
text: '视频文件上传失败了,请检查网络连接' text : '视频文件上传失败了,请检查网络连接'
}); });
reject(ex); reject(ex);

View File

@ -419,7 +419,7 @@
console.log("缺少定位权限,已中止蓝牙扫描。"); console.log("缺少定位权限,已中止蓝牙扫描。");
return; return;
} }
// #endif
if (!ble) { if (!ble) {
ble = bleTool.getBleTool(); ble = bleTool.getBleTool();