v1.2.1版本,优化调整了很多,整改验收阶段新加字段
This commit is contained in:
@@ -7103,9 +7103,9 @@ function isConsoleWritable() {
|
||||
return isWritable;
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "172.19.160.1,192.168.1.144,127.0.0.1";
|
||||
const hosts = "192.168.1.144,127.0.0.1,172.17.192.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_8CbDJg";
|
||||
const id = "mp-weixin_Capuq2";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
||||
Reference in New Issue
Block a user