1
0
forked from dyf/APP

merge upstream

This commit is contained in:
2026-02-03 13:07:11 +08:00
3 changed files with 1519 additions and 0 deletions

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