消息
This commit is contained in:
31
unpackage/dist/dev/mp-weixin/app.js
vendored
31
unpackage/dist/dev/mp-weixin/app.js
vendored
@@ -2,19 +2,34 @@
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
const common_vendor = require("./common/vendor.js");
|
||||
if (!Math) {
|
||||
"./pages/Home/Home.js";
|
||||
"./pages/index/index.js";
|
||||
"./pages/Home/Home.js";
|
||||
"./pages/Message/Message.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";
|
||||
}
|
||||
let vueVersion = 2;
|
||||
vueVersion = 3;
|
||||
common_vendor.index.$SDKAppID = 0;
|
||||
common_vendor.index.$userID = "";
|
||||
common_vendor.index.$userSig = "";
|
||||
const _sfc_main = {
|
||||
onLaunch: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
|
||||
},
|
||||
onShow: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:7", "App Show");
|
||||
},
|
||||
onHide: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:10", "App Hide");
|
||||
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() {
|
||||
|
||||
Reference in New Issue
Block a user