添加代码

This commit is contained in:
何江明
2025-05-30 18:44:14 +08:00
parent a2c87e47bf
commit 0515e9d48c
250 changed files with 7739 additions and 1102 deletions
+3 -3
View File
@@ -6179,7 +6179,7 @@ function populateParameters(fromRes, toRes) {
appId: "__UNI__DA4D660",
appName: "德商汇",
appVersion: "1.0.1",
appVersionCode: 109,
appVersionCode: 116,
appLanguage: getAppLanguage(hostLanguage),
uniCompileVersion: "4.64",
uniCompilerVersion: "4.64",
@@ -6328,7 +6328,7 @@ const getAppBaseInfo = {
appId: "__UNI__DA4D660",
appName: "德商汇",
appVersion: "1.0.1",
appVersionCode: 109,
appVersionCode: 116,
appLanguage: getAppLanguage(hostLanguage),
isUniAppX: false,
uniPlatform: "mp-weixin",
@@ -7076,7 +7076,7 @@ function isConsoleWritable() {
function initRuntimeSocketService() {
const hosts = "192.168.1.150,127.0.0.1";
const port = "8090";
const id = "mp-weixin_fPtj-g";
const id = "mp-weixin_q9Dx5k";
const lazy = typeof swan !== "undefined";
let restoreError = lazy ? () => {
} : initOnError();