diff --git a/api/100J/HBY100-J.js b/api/100J/HBY100-J.js new file mode 100644 index 0000000..95141de --- /dev/null +++ b/api/100J/HBY100-J.js @@ -0,0 +1,8 @@ +import request from '@/utils/request' +// 获取设备详细信息 +export function deviceDetail(id) { + return request({ + url: `/app/bjq/device/${id}`, + method: 'get', + }) +} \ No newline at end of file diff --git a/pages.json b/pages.json index f958255..0a945d7 100644 --- a/pages.json +++ b/pages.json @@ -390,6 +390,13 @@ { "navigationStyle": "custom" } + }, + { + "path" : "pages/100J/HBY100-J", + "style" : + { + "navigationStyle": "custom" + } } diff --git a/pages/100J/HBY100-J.vue b/pages/100J/HBY100-J.vue new file mode 100644 index 0000000..4cd5e64 --- /dev/null +++ b/pages/100J/HBY100-J.vue @@ -0,0 +1,1504 @@ + + + + + \ No newline at end of file