update
This commit is contained in:
parent
aca439876a
commit
0390ab4346
@ -39,6 +39,7 @@ function routerpush(isLink:boolean=false) {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
height: 27%;
|
height: 27%;
|
||||||
margin: 30px;
|
margin: 30px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
|
@ -257,9 +257,9 @@ function getWebsocket(val) {
|
|||||||
let data = JSON.parse(val)
|
let data = JSON.parse(val)
|
||||||
|
|
||||||
|
|
||||||
// if (data.type == 'StateChart') {
|
if (data.type == 'mDeviceStatus') {
|
||||||
// store.setDevnum(data.msg)
|
changestatus(data.msg)
|
||||||
// }
|
}
|
||||||
// if (data.type == 'WorkingState') {
|
// if (data.type == 'WorkingState') {
|
||||||
// store.changestatus(data.msg)
|
// store.changestatus(data.msg)
|
||||||
// }
|
// }
|
||||||
|
@ -92,7 +92,6 @@ let a = [...new Set(imagedata)]
|
|||||||
//删除图片后处理
|
//删除图片后处理
|
||||||
imagedata=[]
|
imagedata=[]
|
||||||
|
|
||||||
console.log(a,'111');
|
|
||||||
a.forEach((res,index)=>{
|
a.forEach((res,index)=>{
|
||||||
imagedata.push({image:res,id:index})
|
imagedata.push({image:res,id:index})
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user