feat: 完成监控页面相关逻辑
This commit is contained in:
parent
52959a97d2
commit
5954c8a838
12
api/p2p.js
Normal file
12
api/p2p.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
import request from '../utils/request'
|
||||||
|
|
||||||
|
// p2p 模块
|
||||||
|
|
||||||
|
// 获取p2pInfo
|
||||||
|
export function getP2pInfo(data) {
|
||||||
|
return request({
|
||||||
|
url: '/v1/tencentYun/getDeviceDetail',
|
||||||
|
method: 'POST',
|
||||||
|
data
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user