wx-web/app.js

47 lines
1.2 KiB
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports[Symbol.toStringTag] = "Module";
var common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/cover/index.js";
"./pages/login/index.js";
"./pages/index/index.js";
"./pages/chat/index.js";
"./pages/chatOnline/index.js";
"./pages/community/index.js";
"./pages/community/release.js";
"./pages/community/detail.js";
"./pages/mine/index.js";
"./pages/mine/aboutus.js";
"./pages/mine/contactus.js";
"./pages/call/index.js";
"./pages/bluetooth/index.js";
"./pages/bluetooth/device.js";
"./pages/bluetooth/connect.js";
}
const _sfc_main = {
onLaunch: function() {
console.log("App Launch");
},
onShow: function() {
console.log("App Show");
},
onHide: function() {
console.log("App Hide");
},
provide() {
return {
chatList: []
};
}
};
var App = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "C:/Users/bzm15/Desktop/ix/mini_web-develop/App.vue"]]);
function createApp() {
const app = common_vendor.createSSRApp(App);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;