|
@@ -1,35 +0,0 @@
|
|
|
-"use strict";
|
|
|
-Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
-const common_vendor = require("./common/vendor.js");
|
|
|
-const framework_tools = require("./framework/tools.js");
|
|
|
-if (!Math) {
|
|
|
- "./pages/bookshelf/bookshelf.js";
|
|
|
- "./pages/bookstore/bookstore.js";
|
|
|
- "./pages/mine/mine.js";
|
|
|
- "./pages/readbook/read.js";
|
|
|
- "./pages/test/index.js";
|
|
|
- "./pages/search/search.js";
|
|
|
-}
|
|
|
-const _sfc_main = {
|
|
|
- onLaunch: function() {
|
|
|
- console.log("App Launch");
|
|
|
- },
|
|
|
- onShow: function() {
|
|
|
- console.log("App Show");
|
|
|
- },
|
|
|
- onHide: function() {
|
|
|
- console.log("App Hide");
|
|
|
- }
|
|
|
-};
|
|
|
-const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "/Users/xy/Desktop/uni_app_project/xs/xs-app/App.vue"]]);
|
|
|
-function createApp() {
|
|
|
- const app = common_vendor.createSSRApp(App);
|
|
|
- app.use(common_vendor.createPinia());
|
|
|
- framework_tools.tools.initPlatform();
|
|
|
- return {
|
|
|
- app,
|
|
|
- Pinia: common_vendor.Pinia
|
|
|
- };
|
|
|
-}
|
|
|
-createApp().app.mount("#app");
|
|
|
-exports.createApp = createApp;
|