999
This commit is contained in:
parent
e153b7bd25
commit
2f0aa20233
|
|
@ -7050,9 +7050,9 @@ function isConsoleWritable() {
|
|||
return isWritable;
|
||||
}
|
||||
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 id = "mp-weixin_-pmK1F";
|
||||
const id = "mp-weixin_P6nD4t";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
|
|
|||
Loading…
Reference in New Issue