个股中心

This commit is contained in:
zw199166
2026-01-26 15:34:26 +08:00
parent 30d2ec5823
commit 08db2fd33b
82 changed files with 1741 additions and 151 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,172.16.6.3,192.168.2.1,169.254.196.213";
const port = "8090";
const id = "mp-weixin_I52b3x";
const id = "mp-weixin_PNeMto";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();