增加新功能
This commit is contained in:
+8
-8
@@ -6156,9 +6156,9 @@ function populateParameters(fromRes, toRes) {
|
||||
appVersion: "1.0.1",
|
||||
appVersionCode: "100",
|
||||
appLanguage: getAppLanguage(hostLanguage),
|
||||
uniCompileVersion: "4.55",
|
||||
uniCompilerVersion: "4.55",
|
||||
uniRuntimeVersion: "4.55",
|
||||
uniCompileVersion: "4.56",
|
||||
uniCompilerVersion: "4.56",
|
||||
uniRuntimeVersion: "4.56",
|
||||
uniPlatform: "mp-weixin",
|
||||
deviceBrand,
|
||||
deviceModel: model,
|
||||
@@ -6307,9 +6307,9 @@ const getAppBaseInfo = {
|
||||
appLanguage: getAppLanguage(hostLanguage),
|
||||
isUniAppX: false,
|
||||
uniPlatform: "mp-weixin",
|
||||
uniCompileVersion: "4.55",
|
||||
uniCompilerVersion: "4.55",
|
||||
uniRuntimeVersion: "4.55"
|
||||
uniCompileVersion: "4.56",
|
||||
uniCompilerVersion: "4.56",
|
||||
uniRuntimeVersion: "4.56"
|
||||
};
|
||||
extend(toRes, parameters);
|
||||
}
|
||||
@@ -7016,9 +7016,9 @@ function initOnError() {
|
||||
};
|
||||
}
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.0.111,127.0.0.1";
|
||||
const hosts = "127.0.0.1,192.168.101.3";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_OjCIix";
|
||||
const id = "mp-weixin_M_zJML";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
|
||||
Reference in New Issue
Block a user