100J页面

This commit is contained in:
fengerli
2026-02-02 18:11:52 +08:00
parent 184e395d1c
commit 79a03a782b
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" "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