This commit is contained in:
zoujiandong
2025-06-18 18:23:35 +08:00
parent debbf34b73
commit 30b08f1933
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -7255,7 +7255,7 @@ function initOnError() {
function initRuntimeSocketService() {
const hosts = "192.168.100.165,127.0.0.1";
const port = "8090";
const id = "mp-weixin_Al7yez";
const id = "mp-weixin_8ivK-6";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();