new-20250827 修改安卓蓝牙未开启定位服务的问题 #32

Merged
dyf merged 6 commits from liubiao/APP:new-20250827 into main 2026-02-03 18:55:03 +08:00
10 changed files with 77 additions and 53 deletions
Showing only changes of commit d67cc5b213 - Show all commits

8
api/100J/HBY100-J.js Normal file
View File

@ -0,0 +1,8 @@
import request from '@/utils/request'
// 获取设备详细信息
export function deviceDetail(id) {
return request({
url: `/app/bjq/device/${id}`,
method: 'get',
})
}

View File

@ -390,6 +390,13 @@
{
"navigationStyle": "custom"
}
},
{
"path" : "pages/100J/HBY100-J",
"style" :
{
"navigationStyle": "custom"
}
}

1504
pages/100J/HBY100-J.vue Normal file

File diff suppressed because it is too large Load Diff