modify local login address
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user