2024-10-17 05:04:16 +00:00
|
|
|
"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");
|
2024-10-17 05:04:16 +00:00
|
|
|
if (!Math) {
|
2025-02-07 02:07:22 +00:00
|
|
|
"./pages/test/test.js";
|
2024-10-18 11:52:46 +00:00
|
|
|
"./pages/home/home.js";
|
2024-10-17 05:04:16 +00:00
|
|
|
"./pages/store-home/main/main.js";
|
|
|
|
"./pages/mine/main/main.js";
|
2024-11-05 12:08:32 +00:00
|
|
|
"./pages/mine/mineorders/mineorders.js";
|
2024-10-17 05:04:16 +00:00
|
|
|
"./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";
|
2025-01-02 03:18:59 +00:00
|
|
|
"./pages/order/product-paysuccess/product-paysuccess.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";
|
2024-10-20 05:16:38 +00:00
|
|
|
"./pages/booking/Simple/Simple.js";
|
|
|
|
"./pages/booking/bookingpay/bookingpay.js";
|
2024-11-05 06:39:58 +00:00
|
|
|
"./pages/login/login.js";
|
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";
|
2024-11-15 06:22:52 +00:00
|
|
|
"./pages/service/productDetail/productDetail.js";
|
2024-12-10 07:05:57 +00:00
|
|
|
"./pages/workshop/index/index.js";
|
2024-12-04 02:39:41 +00:00
|
|
|
"./pages/booking/CostumeDisplay/CostumeDisplay.js";
|
|
|
|
"./pages/booking/CostumeDetails/CostumeDetails.js";
|
2024-12-10 07:02:06 +00:00
|
|
|
"./pages/mine/Contact/Contact.js";
|
2025-01-02 03:18:59 +00:00
|
|
|
"./pages/workshop/productmain/productmain.js";
|
|
|
|
"./pages/workshop/component/timePopUp.js";
|
|
|
|
"./pages/store-home/main/testMain.js";
|
|
|
|
"./pages/syy.js";
|
|
|
|
"./pages/order/singleGoodOrder/singleGoodOrder.js";
|
2024-10-17 05:04:16 +00:00
|
|
|
}
|
|
|
|
const _sfc_main = {};
|
|
|
|
function _sfc_render(_ctx, _cache) {
|
|
|
|
return {};
|
|
|
|
}
|
2025-01-02 03:18:59 +00:00
|
|
|
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:/微信小程序/课设整合/匠承非遗小程序端/jiangchengfeiyi-xiaochengxu/App.vue"]]);
|
2024-10-17 05:04:16 +00:00
|
|
|
function createApp() {
|
|
|
|
const app = common_vendor.createSSRApp(App);
|
2024-11-03 23:34:53 +00:00
|
|
|
app.use(store_index.pinia);
|
2024-10-17 05:04:16 +00:00
|
|
|
return {
|
|
|
|
app
|
|
|
|
};
|
|
|
|
}
|
|
|
|
createApp().app.mount("#app");
|
|
|
|
exports.createApp = createApp;
|