zoujiandong 43abd1f3d6 222
2025-07-30 13:58:39 +08:00

62 lines
1.7 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"use strict";
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const common_vendor = require("./common/vendor.js");
if (!Math) {
"./pages/index/index.js";
"./pages/publish/publish.js";
"./pages/certImg/certImg.js";
"./pages/sickList/sickList.js";
"./pages/videoList/videoList.js";
"./pages/login/login.js";
"./pages/caseTalk/caseTalk.js";
"./pages/specialList/specialList.js";
"./pages/certList/certList.js";
"./pages/my/my.js";
"./pages/myJoin/myJoin.js";
"./pages/myCollect/myCollect.js";
"./pages/detail/detail.js";
"./pages/search/search.js";
"./pages/web/web.js";
"./pages/searchList/searchList.js";
"./pages/case/case.js";
"./pages/apply/apply.js";
"./pages/register/register.js";
"./pages_case/index/index.js";
}
const _sfc_main = {
__name: "App",
setup(__props) {
common_vendor.onLaunch(() => {
common_vendor.index.__f__("log", "at App.vue:4", "App Launch");
});
common_vendor.onShow(() => {
common_vendor.index.__f__("log", "at App.vue:7", "App Show");
});
common_vendor.onHide(() => {
common_vendor.index.__f__("log", "at App.vue:11", "App Hide");
});
return () => {
};
}
};
function createApp() {
const app = common_vendor.createSSRApp(_sfc_main);
app.use(common_vendor.uviewPlus, async () => {
return {
options: {
// 修改$u.config对象的属性
config: {
// 修改默认单位为rpx相当于执行 uni.$u.config.unit = 'rpx'
unit: "rpx"
}
}
};
});
return {
app
};
}
createApp().app.mount("#app");
exports.createApp = createApp;
//# sourceMappingURL=../.sourcemap/mp-weixin/app.js.map