v1.2.1版本,优化调整了很多,整改验收阶段新加字段

This commit is contained in:
王利强
2026-06-13 08:50:51 +08:00
parent 2af9f1fd59
commit 1fe87ec438
591 changed files with 5072 additions and 2706 deletions

View File

@@ -7103,9 +7103,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "172.19.160.1,192.168.1.144,127.0.0.1";
const hosts = "192.168.1.144,127.0.0.1,172.17.192.1";
const port = "8090";
const id = "mp-weixin_8CbDJg";
const id = "mp-weixin_Capuq2";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();