fix:根据免押分验收条件跳转页面效果

This commit is contained in:
2025-07-16 16:57:36 +08:00
parent bc45124a42
commit 5725dda5df
12 changed files with 41 additions and 40 deletions
+2 -2
View File
@@ -6988,9 +6988,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "192.168.10.59,127.0.0.1";
const hosts = "192.168.10.45,127.0.0.1";
const port = "8090";
const id = "mp-weixin_eQjgTz";
const id = "mp-weixin_wcnPdk";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();