999
This commit is contained in:
parent
e153b7bd25
commit
2f0aa20233
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue