spring
2025-11-24 902890b673c06bf7d145dab94532d7d0c6b82530
src/pages/routingInspection/detail/indexLS.vue
@@ -623,13 +623,13 @@
    console.log("⚠️ 未检测到扫码缓存,用户需要扫描设备二维码");
    // 在编辑模式下才提示
    if (isEdit.value) {
      setTimeout(() => {
        uni.showToast({
          title: "请扫描设备二维码后再保存",
          icon: "none",
          duration: 2000,
        });
      }, 500);
      // setTimeout(() => {
      //   uni.showToast({
      //     title: "请扫描设备二维码后再保存",
      //     icon: "none",
      //     duration: 2000,
      //   });
      // }, 500);
    }
  }
});