This commit is contained in:
pengxiaolong
2025-06-24 13:23:49 +08:00
parent 36a240f854
commit 60a14aca83
9 changed files with 51 additions and 7 deletions

View File

@@ -8012,7 +8012,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.1.112,127.0.0.1";
const port = "8090";
const id = "mp-weixin_pcSXnJ";
const id = "mp-weixin_UBq38n";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();