acdr-ui/dist/dev/mp-weixin/modules/pet/ai/ai-interactive-space.js

20 lines
651 B
JavaScript
Raw 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");
const utils_commUtils = require("../../../utils/commUtils.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 = {
2024-10-01 09:15:35 +08:00
__name: "ai-interactive-space",
2024-09-19 07:20:14 +08:00
setup(__props) {
return (_ctx, _cache) => {
return {
2024-10-01 09:15:35 +08:00
a: common_vendor.unref(utils_commUtils.imgUrl)("@/static/ai/ai_bg.png")
2024-09-19 07:20:14 +08:00
};
};
}
};
2024-10-01 09:15:35 +08:00
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-3ed700c5"]]);
2024-09-19 07:20:14 +08:00
wx.createPage(MiniProgramPage);