38 lines
962 B
JavaScript
38 lines
962 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const common_vendor = require("./common/vendor.js");
|
|
if (!Math) {
|
|
"./pages/index/index.js";
|
|
"./pages/my/my.js";
|
|
"./pages/orderList/orderList.js";
|
|
"./pages/test/test.js";
|
|
"./pages/map/map.js";
|
|
"./pages/takePhoto/takePhoto.js";
|
|
"./pages/purse/purse.js";
|
|
"./pages/login/login.js";
|
|
"./pages/register/register.js";
|
|
"./pages/authentication/authentication.js";
|
|
"./pages/changeUserMessage/changeUserMessage.js";
|
|
"./pages/orderDetail/orderDetail.js";
|
|
"./pages/deliveryDetail/deliveryDetail.js";
|
|
}
|
|
const _sfc_main = {
|
|
onLaunch: function() {
|
|
console.log("App Launch");
|
|
},
|
|
onShow: function() {
|
|
console.log("App Show");
|
|
},
|
|
onHide: function() {
|
|
console.log("App Hide");
|
|
}
|
|
};
|
|
function createApp() {
|
|
const app = common_vendor.createSSRApp(_sfc_main);
|
|
return {
|
|
app
|
|
};
|
|
}
|
|
createApp().app.mount("#app");
|
|
exports.createApp = createApp;
|