1.29 财务分析模块完善

This commit is contained in:
尚政杰
2026-01-29 15:48:33 +08:00
parent 4f211dcd5f
commit 38fc352096
19 changed files with 1154 additions and 301 deletions

View File

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