45 lines
1.6 KiB
JavaScript
45 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";
|
|
"./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 = "123";
|
|
common_vendor.index.$userSig = "eJyrVgrxCdYrSy1SslIy0jNQ0gHzM1NS80oy0zLBwoZGxlDh4pTsxIKCzBQlK0MzAwMDCzNTUwOITGpFQWZRKlDc1NTUCCgFES3JzAWJmZuYGxpbALVATclMB5qaUmwRlpvkHBmcHWps7hScoe3sm6PtmRxZXOWZkZYbWGKYXlVo6ByUUlqRbqtUCwBTujBs";
|
|
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
|