1.30 财务分析部分模块完善,发展历程弹窗完善

This commit is contained in:
尚政杰
2026-01-30 17:53:45 +08:00
parent 5ffaac8fb2
commit 22286f26d9
23 changed files with 967 additions and 209 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.91";
const port = "8090";
const id = "mp-weixin_6VDL_I";
const id = "mp-weixin_D36YnR";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();