47 lines
1.6 KiB
JavaScript
47 lines
1.6 KiB
JavaScript
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const common_vendor = require("./common/vendor.js");
|
|
if (!Math) {
|
|
"./pages/Home/Home.js";
|
|
"./pages/Mine/Mine.js";
|
|
"./pages/index/index.js";
|
|
"./pages/login/login.js";
|
|
"./pages/UserInformation/UserInformation.js";
|
|
"./TUIKit/components/TUIConversation/index.js";
|
|
"./TUIKit/components/TUIChat/index.js";
|
|
"./TUIKit/components/TUIChat/video-play.js";
|
|
"./TUIKit/components/TUIChat/web-view.js";
|
|
"./TUIKit/components/TUIContact/index.js";
|
|
"./TUIKit/components/TUIGroup/index.js";
|
|
"./TUIKit/components/TUISearch/index2.js";
|
|
"./TUIKit/components/TUIConversation/conversation-list/index2.js";
|
|
}
|
|
let vueVersion = 2;
|
|
vueVersion = 3;
|
|
common_vendor.index.$SDKAppID = 1600086550;
|
|
common_vendor.index.$userID = "oi";
|
|
common_vendor.index.$userSig = "eJwtzEELwiAYxvHv4jmGWjobdInIwGCHgsFuI529tS1bQ4zou2fbjs-vgf8HnY*nxJseZYgmGC3GDdp0A9Qw8gNmfel75RxolBGOMRacMTw9JjjoTXTGGI3XpAO0f0tX6XJNORdzBWyM2qe9HhTfVabLSQCSt14Wb6NuRVOyC9nL0ssmKLwFsUHfH3s4MI4_";
|
|
const _sfc_main = {
|
|
onLaunch: function() {
|
|
common_vendor.A.login({
|
|
SDKAppID: common_vendor.index.$SDKAppID,
|
|
userID: common_vendor.index.$userID,
|
|
userSig: common_vendor.index.$userSig,
|
|
useUploadPlugin: true,
|
|
// If you need to send rich media messages, please set to true.
|
|
framework: `vue${vueVersion}`
|
|
// framework used vue2 / vue3
|
|
}).catch(() => {
|
|
});
|
|
}
|
|
};
|
|
function createApp() {
|
|
const app = common_vendor.createSSRApp(_sfc_main);
|
|
return {
|
|
app
|
|
};
|
|
}
|
|
createApp().app.mount("#app");
|
|
exports.createApp = createApp;
|
|
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map
|