feiyu02
2025-02-07 a0ac379b28daeac8deddfae34f0015935a811bac
src/stores/satellite-grid.js
@@ -12,7 +12,7 @@
  // 原始网格数据组
  const gridDataList = computed(() => {
    return allGridDataList.value.filter((v) => {
      return v.type == 0;
      return v.type != 1;
    });
  });
  // 融合网格数据组