officialAccount/unpackage/dist/dev/mp-weixin/app.js

34 lines
985 B
JavaScript
Raw Normal View History

2025-05-26 08:59:24 +08:00
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
2025-05-26 16:48:12 +08:00
const uni_modules_vkUviewUi_index = require("./uni_modules/vk-uview-ui/index.js");
2025-05-26 08:59:24 +08:00
if (!Math) {
"./pages/index/index.js";
2025-05-26 16:48:12 +08:00
"./pages/index/phonebumber.js";
"./pages/index/code.js";
2025-05-26 08:59:24 +08:00
"./pages/index/callback.js";
"./pages/map/index.js";
"./pages/pay/index.js";
}
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");
}
};
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
2025-05-26 16:48:12 +08:00
app.use(uni_modules_vkUviewUi_index.uView);
2025-05-26 08:59:24 +08:00
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map