优化ui
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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();
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user