refactor: 更新设备检查逻辑并调整错误日志位置
在 `bagCheck/index.vue` 中添加了注释以明确未完成订单的处理逻辑,确保代码更易读。同时,更新了 `vendor.js` 中的主机配置和 ID,以适配新的网络环境。错误日志的位置也从第58行调整到第60行,保持与代码变更同步。
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user