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.

68 lines
2.7 KiB
JavaScript

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/index/index.js";
"./pages/main/index.js";
"./pages/component/button/button.js";
}
const _sfc_main = {
onLaunch: function() {
common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
},
onShow: function() {
common_vendor.index.__f__("log", "at App.vue:7", "App Show");
},
onHide: function() {
common_vendor.index.__f__("log", "at App.vue:10", "App Hide");
}
};
const gEmpty = () => "./components/empty.js";
const gLoading = () => "./components/loading.js";
const gButton = () => "./components/button.js";
const gListJob = () => "./components/list/job.js";
const gListApply = () => "./components/list/apply.js";
const gPanelServer = () => "./components/panel/server.js";
const gPanelImage = () => "./components/panel/defaultImage.js";
const gPanelFormItem = () => "./components/panel/formItem.js";
const gPanelFormSlot = () => "./components/panel/formSlot.js";
const gPanelCardNum = () => "./components/panel/numCard.js";
const gPanelCardInfo = () => "./components/panel/infoCard.js";
const gPanelHr = () => "./components/panel/hr.js";
const gPanelFond = () => "./components/panel/fond.js";
const gPanelAbout = () => "./components/panel/about.js";
const gPanelDetailItem = () => "./components/panel/detailItem.js";
const gPanelRecord = () => "./components/panel/record.js";
const gPanelTime = () => "./components/panel/time.js";
const gPanelTabbar = () => "./components/panel/tabbar.js";
const gPanelFixed = () => "./components/panel/fixed.js";
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
app.config.productionTip = false;
app.component("g-empty", gEmpty);
app.component("g-loading", gLoading);
app.component("g-button", gButton);
app.component("g-list-job", gListJob);
app.component("g-list-apply", gListApply);
app.component("g-panel-server", gPanelServer);
app.component("g-panel-image", gPanelImage);
app.component("g-panel-form-item", gPanelFormItem);
app.component("g-panel-form-slot", gPanelFormSlot);
app.component("g-panel-card-num", gPanelCardNum);
app.component("g-panel-card-info", gPanelCardInfo);
app.component("g-panel-hr", gPanelHr);
app.component("g-panel-fond", gPanelFond);
app.component("g-panel-about", gPanelAbout);
app.component("g-panel-detail-item", gPanelDetailItem);
app.component("g-panel-record", gPanelRecord);
app.component("g-panel-time", gPanelTime);
app.component("g-panel-tabbar", gPanelTabbar);
app.component("g-panel-fixed", gPanelFixed);
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map