消息
This commit is contained in:
12
unpackage/dist/dev/mp-weixin/common/assets.js
vendored
12
unpackage/dist/dev/mp-weixin/common/assets.js
vendored
@@ -1,5 +1,7 @@
|
||||
"use strict";
|
||||
const _imports_0$2 = "/static/HomeBackground.png";
|
||||
const _imports_0$3 = "/static/HomeBackground.png";
|
||||
const _imports_0$2 = "/static/Navigationimg.png";
|
||||
const _imports_1$1 = "/static/Return.png";
|
||||
const createGroup = "/assets/start-group.6d6b5fbb.svg";
|
||||
const C2C = "/assets/icon-c2c.d80299ab.svg";
|
||||
const settingSVG = "/assets/setting.a15e5daf.svg";
|
||||
@@ -76,9 +78,11 @@ exports.ForwardEachIcon = ForwardEachIcon;
|
||||
exports.ForwardMergeIcon = ForwardMergeIcon;
|
||||
exports.SearchDefaultIcon = SearchDefaultIcon;
|
||||
exports._imports_0 = _imports_0$2;
|
||||
exports._imports_0$1 = _imports_0$1;
|
||||
exports._imports_0$2 = _imports_0;
|
||||
exports._imports_1 = _imports_1;
|
||||
exports._imports_0$1 = _imports_0$3;
|
||||
exports._imports_0$2 = _imports_0$1;
|
||||
exports._imports_0$3 = _imports_0;
|
||||
exports._imports_1 = _imports_1$1;
|
||||
exports._imports_1$1 = _imports_1;
|
||||
exports.addSVG = addSVG;
|
||||
exports.audioIcon = audioIcon$1;
|
||||
exports.audioIcon$1 = audioIcon;
|
||||
|
||||
15
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
15
unpackage/dist/dev/mp-weixin/common/vendor.js
vendored
@@ -6875,9 +6875,9 @@ function populateParameters(fromRes, toRes) {
|
||||
appVersion: "1.0.0",
|
||||
appVersionCode: "100",
|
||||
appLanguage: getAppLanguage(hostLanguage),
|
||||
uniCompileVersion: "4.64",
|
||||
uniCompilerVersion: "4.64",
|
||||
uniRuntimeVersion: "4.64",
|
||||
uniCompileVersion: "4.65",
|
||||
uniCompilerVersion: "4.65",
|
||||
uniRuntimeVersion: "4.65",
|
||||
uniPlatform: "mp-weixin",
|
||||
deviceBrand,
|
||||
deviceModel: model,
|
||||
@@ -7026,9 +7026,9 @@ const getAppBaseInfo = {
|
||||
appLanguage: getAppLanguage(hostLanguage),
|
||||
isUniAppX: false,
|
||||
uniPlatform: "mp-weixin",
|
||||
uniCompileVersion: "4.64",
|
||||
uniCompilerVersion: "4.64",
|
||||
uniRuntimeVersion: "4.64"
|
||||
uniCompileVersion: "4.65",
|
||||
uniCompilerVersion: "4.65",
|
||||
uniRuntimeVersion: "4.65"
|
||||
};
|
||||
extend(toRes, parameters);
|
||||
}
|
||||
@@ -7770,7 +7770,7 @@ function isConsoleWritable() {
|
||||
function initRuntimeSocketService() {
|
||||
const hosts = "192.168.0.107,127.0.0.1";
|
||||
const port = "8090";
|
||||
const id = "mp-weixin_9hN2YW";
|
||||
const id = "mp-weixin_KIydzX";
|
||||
const lazy = typeof swan !== "undefined";
|
||||
let restoreError = lazy ? () => {
|
||||
} : initOnError();
|
||||
@@ -29635,5 +29635,4 @@ exports.withDefaults = withDefaults;
|
||||
exports.withDirectives = withDirectives;
|
||||
exports.withModifiers = withModifiers;
|
||||
exports.withScopeId = withScopeId;
|
||||
exports.wx$1 = wx$1;
|
||||
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/vendor.js.map
|
||||
|
||||
Reference in New Issue
Block a user