init
This commit is contained in:
43
unpackage/dist/dev/mp-weixin/app.js
vendored
Normal file
43
unpackage/dist/dev/mp-weixin/app.js
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||||
const common_vendor = require("./common/vendor.js");
|
||||
if (!Math) {
|
||||
"./pages/index/index.js";
|
||||
"./pages/mine/index.js";
|
||||
"./pages/mall/detail.js";
|
||||
"./pages/mall/houseDetail.js";
|
||||
"./pages/order/preview.js";
|
||||
"./pages/order/housePreview.js";
|
||||
"./pages/order/index.js";
|
||||
"./pages/order/detail.js";
|
||||
"./pages/login/index.js";
|
||||
"./pages/login/phoneAuthorization.js";
|
||||
"./pages/config/store.js";
|
||||
"./pages/config/price.js";
|
||||
"./pages/config/goodsList.js";
|
||||
"./pages/config/goodsAdd.js";
|
||||
"./pages/config/goodsEdit.js";
|
||||
"./pages/config/goodsDetail.js";
|
||||
"./pages/config/shopOrder/index.js";
|
||||
"./pages/config/shopOrder/detail.js";
|
||||
}
|
||||
const _sfc_main = {
|
||||
onLaunch: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:11", "App Launch");
|
||||
},
|
||||
onShow: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:15", "App Show");
|
||||
},
|
||||
onHide: function() {
|
||||
common_vendor.index.__f__("log", "at App.vue:18", "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
|
||||
Reference in New Issue
Block a user