2024-09-19 07:20:14 +08:00
|
|
|
"use strict";
|
2024-10-01 09:15:35 +08:00
|
|
|
const common_vendor = require("../../../common/vendor.js");
|
2024-09-19 07:20:14 +08:00
|
|
|
if (!Array) {
|
|
|
|
const _component_layout_default_uni = common_vendor.resolveComponent("layout-default-uni");
|
|
|
|
_component_layout_default_uni();
|
|
|
|
}
|
|
|
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
|
__name: "null",
|
|
|
|
setup(__props) {
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return {};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
});
|
2024-10-01 09:15:35 +08:00
|
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-2fef56b1"]]);
|
2024-09-19 07:20:14 +08:00
|
|
|
wx.createPage(MiniProgramPage);
|