12345678910111213141516171819202122232425262728293031323334 |
- "use strict";
- Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
- const common_vendor = require("./common/vendor.js");
- const uni_modules_uviewPlus_index = require("./uni_modules/uview-plus/index.js");
- const store_index = require("./store/index.js");
- if (!Math) {
- "./pages/index/index.js";
- "./pages/index/fortune.js";
- "./pages/template/index.js";
- "./pages/material/index.js";
- "./pages/mine/index.js";
- "./pages/recharge/index.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);
- app.use(uni_modules_uviewPlus_index.uviewPlus);
- app.use(store_index.pinia);
- return {
- app
- };
- }
- createApp().app.mount("#app");
- exports.createApp = createApp;
|