|
|
@@ -7046,9 +7046,9 @@ function isConsoleWritable() {
|
|
|
return isWritable;
|
|
|
}
|
|
|
function initRuntimeSocketService() {
|
|
|
- const hosts = "127.0.0.1,192.168.1.191";
|
|
|
+ const hosts = "198.18.0.1,127.0.0.1,192.168.1.191";
|
|
|
const port = "8090";
|
|
|
- const id = "mp-weixin_lbWU2j";
|
|
|
+ const id = "mp-weixin_R6ubbw";
|
|
|
const lazy = typeof swan !== "undefined";
|
|
|
let restoreError = lazy ? () => {
|
|
|
} : initOnError();
|