Commit 901c74f9 authored by zhanglw's avatar zhanglw

大屏

parent 9aa4cde5
...@@ -59,9 +59,9 @@ export const HttpReq = { ...@@ -59,9 +59,9 @@ export const HttpReq = {
method: 'get' method: 'get'
}) })
}, },
findDevicesByProjectId: function(params) { findDataByDeviceId: function(params) {
return request({ return request({
url: 'api/dynamic/findDevicesByProjectId?' + qs.stringify(params, { indices: false }), url: 'api/dynamic/findDataByDeviceId?' + qs.stringify(params, { indices: false }),
method: 'get' method: 'get'
}) })
}, },
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment