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