This commit is contained in:
hzz 2023-12-19 08:20:23 +08:00
parent aca439876a
commit 0390ab4346
3 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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)
// } // }

View File

@ -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})
}) })