modify local login address

This commit is contained in:
2025-11-12 16:10:35 +08:00
parent c66fc54821
commit 375b1b449b
23 changed files with 27 additions and 27 deletions

View File

@@ -7053,9 +7053,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "172.19.45.41,127.0.0.1";
const hosts = "192.168.134.168,127.0.0.1";
const port = "8090";
const id = "mp-weixin_zfxSxm";
const id = "mp-weixin_yHS1qO";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();