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

55 lines
1.6 KiB
JavaScript
Raw Normal View History

2025-06-11 22:16:44 +08:00
"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/Mine/minecomponents/pkRecord.js";
"./pages/Mine/minecomponents/contact.js";
2025-06-16 22:09:12 +08:00
"./pages/Mine/minecomponents/points.js";
2025-06-13 22:13:15 +08:00
"./pages/Mine/minecomponents/anchorLibrary.js";
2025-06-11 22:16:44 +08:00
"./pages/Mine/minecomponents/pkInformation.js";
"./pages/Mine/minecomponents/recompose/recompose.js";
"./pages/Mine/minecomponents/serviceProtocol.js";
"./pages/Mine/minecomponents/DetailsPKRecords/DetailsPKRecords.js";
"./pages/PKMessageprocessing/PKMessageprocessing.js";
"./pages/index/index.js";
2025-07-18 13:06:06 +08:00
"./pages/index/chat/chat.js";
2025-06-11 22:16:44 +08:00
"./pages/login/login.js";
"./pages/Forum/Forum.js";
"./pages/UserInformation/UserInformation.js";
"./pages/Setting/Setting.js";
"./pages/NewAddedPk/NewAddedPk.js";
"./pages/pkDetail/pkDetail.js";
}
const _sfc_main = {
data() {
2025-07-18 13:06:06 +08:00
return {};
2025-06-11 22:16:44 +08:00
},
2025-07-18 13:06:06 +08:00
onLoad() {
2025-06-11 22:16:44 +08:00
},
2025-07-14 13:30:18 +08:00
methods: {},
2025-06-11 22:16:44 +08:00
provide() {
return {
$global: {
lastPage: null
}
};
}
};
2025-07-18 13:06:06 +08:00
const goeasyInstance = common_vendor.jo.getInstance({
host: "hangzhou.goeasy.io",
appkey: "BC-b858b695aa404138a0547d71da77bbb0",
modules: ["im"]
});
2025-06-11 22:16:44 +08:00
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
2025-07-18 13:06:06 +08:00
const pinia = common_vendor.createPinia();
app.config.globalProperties.$goeasy = goeasyInstance;
app.use(pinia);
return { app, pinia };
2025-06-11 22:16:44 +08:00
}
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map