You can not 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
947 B
37 lines
947 B
"use strict";
|
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
const common_vendor = require("./common/vendor.js");
|
|
if (!Math) {
|
|
"./pages/index/index.js";
|
|
"./pages/shop/shop.js";
|
|
"./pages/information/information.js";
|
|
"./pages/rank/rank.js";
|
|
"./pages/rank/mine rank/mine rank.js";
|
|
"./pages/index/question/question.js";
|
|
"./pages/index/attendance/attendance.js";
|
|
"./pages/login/zhuce/shenfen.js";
|
|
"./pages/login/zhuce/register/register.js";
|
|
"./pages/login/zhuce/register/teacher.js";
|
|
"./pages/login/stulogin.js";
|
|
"./pages/login/login.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);
|
|
return {
|
|
app
|
|
};
|
|
}
|
|
createApp().app.mount("#app");
|
|
exports.createApp = createApp;
|