12345678910111213141516171819202122232425262728293031323334 |
- "use strict";
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
- const common_vendor = require("./common/vendor.js");
- if (!Math) {
- "./pages/home/home.js";
- "./pages/list/list.js";
- }
- const _sfc_main = {
- // 页面初始化完成时触发
- onLaunch: function() {
- common_vendor.index.__f__("log", "at App.vue:5", "App Launch");
- },
- // 启动或者从后台进入时触发
- onShow: function() {
- common_vendor.index.__f__("log", "at App.vue:9", "App Show");
- },
- // 从前台离开时触发
- onHide: function() {
- common_vendor.index.__f__("log", "at App.vue:13", "App Hide");
- },
- // 报错时触发
- onError() {
- common_vendor.index.__f__("log", "at App.vue:17", "error");
- }
- };
- 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
|