"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const common_vendor = require("./common/vendor.js"); if (!Math) { "./pages/index/index.js"; "./pages/classify/index.js"; "./pages/mine/index.js"; "./pages/system/index.js"; "./pages/system/authmobile.js"; "./pages/agreement/mini.js"; "./pages/agreement/xieyi.js"; "./pages/index/ability/index.js"; "./pages/index/search/index.js"; "./pages/index/ability/coupon.js"; "./pages/goodDetail/index.js"; "./pages/rankingList/index.js"; "./pages/madBuy/index.js"; "./pages/webShow/index.js"; } const _sfc_main = { onLaunch: function() { var user = common_vendor.index.getStorageSync("ojxuser"); if (user != "") { this.globalData.user = user; } }, onShow: function() { console.log("App Show"); }, onHide: function() { console.log("App Hide"); }, globalData: { user: { wxopenid: "", mobile: "", userid: "" } } }; const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "E:/OPProject/fx_h5_web/App.vue"]]); function createApp() { const app = common_vendor.createSSRApp(App); return { app }; } createApp().app.mount("#app"); exports.createApp = createApp;