gree_leran/unpackage/dist/dev/mp-weixin/app.js

33 lines
850 B
JavaScript
Raw Normal View History

2024-06-14 01:11:29 +00:00
"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/index/index.js";
"./pages/news/news.js";
"./pages/user/user.js";
2024-06-16 01:04:56 +00:00
"./pages/user/login.js";
2024-06-16 15:32:15 +00:00
"./pages/video/video.js";
"./pages/intergral/intergral.js";
"./pages/discuss/discuss.js";
2024-06-14 01:11:29 +00:00
}
const _sfc_main = {
onLaunch: function() {
console.log("App Launch");
},
onShow: function() {
console.log("App Show");
},
onHide: function() {
console.log("App Hide");
}
};
2024-06-16 15:32:15 +00:00
const App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "E:/DAN/wexinxiaochengxude/NewCode2/gree_leran/App.vue"]]);
2024-06-14 01:11:29 +00:00
function createApp() {
const app = common_vendor.createSSRApp(App);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;