1.15 调整历史时间轴无法正常显示问题

This commit is contained in:
尚政杰
2026-01-15 11:10:28 +08:00
parent 6ee8ce42ed
commit c1a69164a4
4 changed files with 10 additions and 3 deletions

View File

@@ -7051,9 +7051,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "127.0.0.1,192.168.2.28";
const hosts = "127.0.0.1,192.168.2.86";
const port = "8090";
const id = "mp-weixin_qiUVEc";
const id = "mp-weixin_Idz74q";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();