修复bug

This commit is contained in:
2026-01-16 23:04:44 +08:00
parent 5588745ca1
commit 9ea4f0e999
6 changed files with 19 additions and 5 deletions

View File

@@ -7440,7 +7440,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.31.5,198.18.0.1";
const port = "8090";
const id = "mp-weixin_TDInvi";
const id = "mp-weixin_tqTix_";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();