提交vordm暂时屏蔽欧比特等1个卫星

This commit is contained in:
yyhouc 2023-06-12 18:02:42 +08:00
parent 608475eabe
commit 4c0daee6c6
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ watch(
}) })
}else{ }else{
state.sensor=state.data2.filter(item=>{ state.sensor=state.data2.filter(item=>{
return item.value!='landsat'&&item.value!='sentinel' return item.value!='landsat'&&item.value!='sentinel'&&item.value!='obiter'&&item.value!='domestic'
}) })
} }
}, },