forked from fzu102201435/front
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.
31 lines
795 B
31 lines
795 B
2 months ago
|
"use strict";
|
||
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
||
|
const common_vendor = require("./common/vendor.js");
|
||
|
if (!Math) {
|
||
|
"./pages/information/information/information.js";
|
||
|
"./pages/homepages/self_information/self_information.js";
|
||
|
"./pages/homepages/puppy_chat/puppy_chat.js";
|
||
|
"./pages/homepages/community/community.js";
|
||
|
"./pages/homepages/main/main.js";
|
||
|
"./static/homepages/main/main.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;
|