acdr-ui/dist/dev/mp-weixin/modules/pet/map/index.js

21 lines
557 B
JavaScript
Raw Permalink Normal View History

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();
}
if (!Math) {
Map();
}
2024-10-01 09:15:35 +08:00
const Map = () => "../../../components/Map.js";
2024-09-19 07:20:14 +08:00
const _sfc_main = {
__name: "index",
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-9d33f7f9"]]);
2024-09-19 07:20:14 +08:00
wx.createPage(MiniProgramPage);