Files
tk-mini-program/unpackage/dist/dev/mp-weixin/app.js

66 lines
1.8 KiB
JavaScript
Raw Normal View History

2025-05-12 21:23:37 +08:00
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
2025-05-13 19:39:53 +08:00
"./pages/Home/Home.js";
2025-05-13 22:16:09 +08:00
"./pages/Mine/Mine.js";
2025-05-30 22:04:45 +08:00
"./pages/Mine/minecomponents/pkRecord.js";
"./pages/Mine/minecomponents/contact.js";
"./pages/Mine/minecomponents/pkInformation.js";
2025-06-04 22:36:28 +08:00
"./pages/Mine/minecomponents/recompose/recompose.js";
2025-06-03 22:12:34 +08:00
"./pages/PKMessageprocessing/PKMessageprocessing.js";
2025-05-14 16:09:14 +08:00
"./pages/index/index.js";
2025-05-15 22:24:39 +08:00
"./pages/login/login.js";
"./pages/UserInformation/UserInformation.js";
2025-05-20 00:10:07 +08:00
"./pages/Setting/Setting.js";
2025-05-21 17:03:19 +08:00
"./pages/NewAddedPk/NewAddedPk.js";
2025-05-22 16:21:07 +08:00
"./pages/pkDetail/pkDetail.js";
2025-05-13 19:39:53 +08:00
"./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";
2025-05-13 22:16:09 +08:00
"./TUIKit/components/TUIConversation/conversation-list/index2.js";
2025-05-12 21:23:37 +08:00
}
const _sfc_main = {
2025-05-20 00:10:07 +08:00
data() {
return {
info: {},
userSig: "",
chatInfo: {}
};
},
onLoad(option) {
2025-05-30 22:04:45 +08:00
common_vendor.index.getStorage({
key: "userinfo",
success: (res) => {
this.info = res.data;
counter.$patch({ myitem: this.info });
},
fail: () => {
}
});
2025-05-20 00:10:07 +08:00
},
2025-05-19 18:34:04 +08:00
provide() {
return {
$global: {
lastPage: null
}
};
2025-05-12 21:23:37 +08:00
}
};
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
2025-05-28 22:12:30 +08:00
app.use(common_vendor.createPinia());
2025-05-12 21:23:37 +08:00
return {
2025-05-28 22:12:30 +08:00
app,
Pinia: common_vendor.Pinia
// 此处必须将 Pinia 返回
2025-05-12 21:23:37 +08:00
};
}
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map