Commit 9aa4cde5 authored by zhanglw's avatar zhanglw

x

parent edd05f12
......@@ -56,7 +56,12 @@ export const HttpReq = {
dynamic: function(params) {
return request({
url: 'api/dynamic?' + qs.stringify(params, { indices: false }),
dataType: 'json',
method: 'get'
})
},
findDevicesByProjectId: function(params) {
return request({
url: 'api/dynamic/findDevicesByProjectId?' + qs.stringify(params, { indices: false }),
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