style:设备详情页采用动态设备数据

This commit is contained in:
2025-07-28 17:20:14 +08:00
parent 45f80e469a
commit a4d0bd4f71
22 changed files with 77 additions and 69 deletions
+2 -2
View File
@@ -6988,9 +6988,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.10.13,127.0.0.1";
const hosts = "192.168.10.30,127.0.0.1";
const port = "8090";
const id = "mp-weixin_4_oLdt";
const id = "mp-weixin_wcZ9WZ";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();