This commit is contained in:
Teng 2025-09-30 14:57:36 +08:00
parent e153b7bd25
commit 2f0aa20233
1 changed files with 2 additions and 2 deletions

View File

@ -7050,9 +7050,9 @@ function isConsoleWritable() {
return isWritable; return isWritable;
} }
function initRuntimeSocketService() { function initRuntimeSocketService() {
const hosts = "192.168.2.22,127.0.0.1"; const hosts = "192.168.2.27,127.0.0.1";
const port = "8090"; const port = "8090";
const id = "mp-weixin_-pmK1F"; const id = "mp-weixin_P6nD4t";
const lazy = typeof swan !== "undefined"; const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => { let restoreError = lazy ? () => {
} : initOnError(); } : initOnError();