refactor: 更新设备检查逻辑并调整错误日志位置

在 `bagCheck/index.vue` 中添加了注释以明确未完成订单的处理逻辑,确保代码更易读。同时,更新了 `vendor.js` 中的主机配置和 ID,以适配新的网络环境。错误日志的位置也从第58行调整到第60行,保持与代码变更同步。
This commit is contained in:
fuck
2025-04-08 15:48:09 +08:00
parent 40f523595b
commit aebd6c0459
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ const _sfc_main = {
title: "页面加载失败,请重试",
icon: "none"
});
common_vendor.index.__f__("error", "at pages/serve/bagCheck/index.vue:58", "bagCheck onLoad error:", error);
common_vendor.index.__f__("error", "at pages/serve/bagCheck/index.vue:60", "bagCheck onLoad error:", error);
}
},
methods: {}