huangye-parking/miniapp/unpackage/dist/dev/mp-weixin/app.js
2026-03-03 23:31:28 +08:00

39 lines
1.1 KiB
JavaScript

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/index/index.js";
"./pages/points/index.js";
"./pages/mine/index.js";
"./pages/login/index.js";
"./pages/login/role-select.js";
"./pages/points/detail.js";
"./pages/coupon/my-coupons.js";
"./pages/coupon/store-coupons.js";
"./pages/mine/profile.js";
"./pages/mine/verify-records.js";
"./pages/mine/agreement.js";
"./pages/merchant/index.js";
"./pages/merchant/records.js";
}
const _sfc_main = {
onLaunch: function() {
common_vendor.index.__f__("log", "at App.vue:23", "App Launch");
},
onShow: function() {
common_vendor.index.__f__("log", "at App.vue:26", "App Show");
},
onHide: function() {
common_vendor.index.__f__("log", "at App.vue:29", "App Hide");
}
};
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