This commit is contained in:
王利强
2026-05-30 09:33:33 +08:00
parent 2322fcf39a
commit 8046316216
4 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@@ -7094,9 +7094,9 @@ function isConsoleWritable() {
return isWritable;
}
function initRuntimeSocketService() {
const hosts = "172.29.160.1,192.168.1.144,127.0.0.1";
const hosts = "172.29.144.1,192.168.1.144,127.0.0.1";
const port = "8090";
const id = "mp-weixin_h9Tzlz";
const id = "mp-weixin_JqrN6V";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();

View File

@@ -1,7 +1,7 @@
"use strict";
const common_vendor = require("../common/vendor.js");
const request_luchRequest_core_Request = require("./luch-request/core/Request.js");
const baseUrl = "http://192.168.1.168:5004";
const baseUrl = "https://yingji.hexieapi.com/prod-api";
const imageBaseUrl = baseUrl.replace(/\/prod-api\/?$/, "");
new request_luchRequest_core_Request.Request({
baseURL: baseUrl,