jiangchengfeiyi-xiaochengxu/unpackage/dist/dev/mp-weixin/app.js

47 lines
1.6 KiB
JavaScript
Raw Normal View History

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
2024-11-03 23:34:53 +00:00
const store_index = require("./store/index.js");
if (!Math) {
2024-10-18 11:52:46 +00:00
"./pages/home/home.js";
"./pages/store-home/main/main.js";
"./pages/mine/main/main.js";
2024-11-05 12:08:32 +00:00
"./pages/mine/mineorders/mineorders.js";
"./pages/Shopping-cart/productmain/productmain.js";
2024-10-18 11:52:46 +00:00
"./pages/booking/AppointmentHome.js";
"./pages/booking/ContactInformation.js";
"./pages/booking/date.js";
"./pages/store-home/ProductDetails/ProductDetails.js";
"./pages/Shopping-cart/Phone/Phone.js";
2024-10-18 05:36:00 +00:00
"./pages/order/product-unpay/product-unpay.js";
2024-10-18 11:52:46 +00:00
"./pages/booking/BillingOfFees/BillingOfFees.js";
"./pages/booking/ReservationInstructions/ReservationInstructions.js";
"./pages/booking/respectable/respectable.js";
2024-10-19 08:31:40 +00:00
"./pages/Shopping-cart/newaddress_Info/newaddress_Info.js";
"./pages/order/product-waitpay/product-waitpay.js";
"./pages/order/paysuccess/paysuccess.js";
2024-10-20 05:16:38 +00:00
"./pages/booking/Simple/Simple.js";
"./pages/booking/bookingpay/bookingpay.js";
2024-11-03 23:34:53 +00:00
"./pages/order/productOrderDetail/productOrderDetail.js";
2024-11-05 06:39:58 +00:00
"./pages/login/login.js";
<<<<<<< HEAD
2024-11-09 15:05:41 +00:00
"./pages/Shopping-cart/component/addProduct.js";
=======
2024-11-09 09:43:22 +00:00
"./pages/mine/OrderDetails/OrderDetails.js";
>>>>>>> c9237d26d1ae81ae719b02c06a049bdb594622bd
}
const _sfc_main = {};
function _sfc_render(_ctx, _cache) {
return {};
}
2024-11-06 12:46:53 +00:00
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
function createApp() {
const app = common_vendor.createSSRApp(App);
2024-11-03 23:34:53 +00:00
app.use(store_index.pinia);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;