1.24 雷达图,行业排名弹窗UI完善,接口对接,公司公告,新闻动态接口对接

This commit is contained in:
尚政杰
2026-01-24 17:08:16 +08:00
parent b1956561cf
commit f45e96095e
137 changed files with 1646 additions and 1966 deletions

View File

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