Commit 76de4414 authored by lyong's avatar lyong

fix:修复温湿度检测NG失败

parent d0cdc165
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
this.clearTimer(); this.clearTimer();
// globalThis.factoryTest.tvoc = 2; // globalThis.factoryTest.tvoc = 2;
var global = require("factory_dataStorage.js"); var global = require("factory_dataStorage.js");
global.setFactoryData("tvoc", 1); global.setFactoryData("tvoc", 2);
router.push({ router.push({
path: "factory_testList", path: "factory_testList",
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment