2023-10-11 22:20:34 +08:00
|
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
|
const common_vendor = require("./common/vendor.js");
|
|
|
|
if (!Math) {
|
|
|
|
"./pages/index/index.js";
|
|
|
|
"./pages/wikipedia/index.js";
|
2023-10-19 23:23:22 +08:00
|
|
|
"./pages/wikipedia/detail.js";
|
2023-10-11 22:20:34 +08:00
|
|
|
"./pages/user/index.js";
|
2023-10-19 23:23:22 +08:00
|
|
|
"./pages/user/userInfo.js";
|
2023-10-18 21:00:42 +08:00
|
|
|
"./pages/login/login.js";
|
2023-10-19 23:23:22 +08:00
|
|
|
"./pages/user/star.js";
|
|
|
|
"./pages/user/setting.js";
|
|
|
|
"./pages/user/feedback.js";
|
2023-10-11 22:20:34 +08:00
|
|
|
}
|
|
|
|
const _sfc_main = {
|
|
|
|
onLaunch: function() {
|
|
|
|
console.log("App Launch");
|
|
|
|
},
|
|
|
|
onShow: function() {
|
|
|
|
console.log("App Show");
|
|
|
|
},
|
|
|
|
onHide: function() {
|
|
|
|
console.log("App Hide");
|
|
|
|
}
|
|
|
|
};
|
2023-10-19 23:23:22 +08:00
|
|
|
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/项目2023/视力表/vision-record/App.vue"]]);
|
2023-10-11 22:20:34 +08:00
|
|
|
function createApp() {
|
|
|
|
const app = common_vendor.createSSRApp(App);
|
|
|
|
app.use(common_vendor.createPinia());
|
|
|
|
return {
|
|
|
|
app
|
|
|
|
};
|
|
|
|
}
|
|
|
|
createApp().app.mount("#app");
|
|
|
|
exports.createApp = createApp;
|