You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
975 B
JavaScript

11 months ago
"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";
11 months ago
"./pages/wikipedia/detail.js";
11 months ago
"./pages/user/index.js";
11 months ago
"./pages/user/userInfo.js";
11 months ago
"./pages/login/login.js";
11 months ago
"./pages/user/star.js";
"./pages/user/setting.js";
"./pages/user/feedback.js";
11 months ago
"./pages/index/visionTest.js";
11 months ago
}
const _sfc_main = {
onLaunch: function() {
console.log("App Launch");
},
onShow: function() {
console.log("App Show");
},
onHide: function() {
console.log("App Hide");
}
};
11 months ago
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/项目2023/视力表/vision-record/App.vue"]]);
11 months ago
function createApp() {
const app = common_vendor.createSSRApp(App);
app.use(common_vendor.createPinia());
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;