import { a as buildAssetsURL } from '../_/renderer.mjs';
import { _ as __nuxt_component_0$1, a as __nuxt_component_6 } from './foot-Cg3yGPCd.mjs';
import { _ as _imports_7, a as _imports_9, b as _imports_10, c as _imports_8, d as __nuxt_component_1$1, e as _sfc_main$3$1, f as _sfc_main$2$1, g as __nuxt_component_7, h as __nuxt_component_5, i as _imports_0$1 } from './rgmezdvz_19982_On_a_vast_and_boundless_wheat_field_many_harvest_5b5cfeda-ef17-4551-a935-5f8e3f799b69_2x(1)-CgMlWzFt.mjs';
import { useSSRContext, ref, unref, withCtx, createTextVNode, createVNode, mergeProps, toDisplayString, openBlock, createBlock, Fragment, renderList } from 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/vue/index.mjs';
import { ssrRenderAttrs, ssrRenderComponent, ssrRenderList, ssrRenderAttr, ssrRenderClass, ssrInterpolate } from 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/vue/server-renderer/index.mjs';
import { _ as _export_sfc, b as useNuxtApp } from './server.mjs';
import { ElRadioGroup, ElRadio, ElCarousel, ElCarouselItem } from 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/element-plus/es/index.mjs';
import { u as useState } from './state-_I5XcLqc.mjs';
import { _ as __nuxt_component_0$2 } from './nuxt-link-DRGY1ko4.mjs';
import { _ as _imports_0, a as _sfc_main$6 } from './tonny00255_On(1)-tnQohZIY.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/vue-bundle-renderer/dist/runtime.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/h3/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/devalue/index.js';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/ufo/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/@unhead/ssr/dist/index.mjs';
import '../routes/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/ofetch/dist/node.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/destr/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/unenv/runtime/fetch/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/hookable/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/klona/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/scule/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/defu/dist/defu.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/ohash/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/unstorage/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/unstorage/drivers/fs.mjs';
import 'file:///D:/zwj/nuxt/sannongzixunwang_web/node_modules/nuxt/dist/core/runtime/nitro/cache-driver.js';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/unstorage/drivers/fs-lite.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/radix3/dist/index.mjs';
import 'node:fs';
import 'node:url';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/pathe/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/unhead/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/@unhead/shared/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/unctx/dist/index.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/vue-router/dist/vue-router.node.mjs';
import 'file://D:/zwj/nuxt/sannongzixunwang_web/node_modules/pinia/dist/pinia.prod.cjs';
const _sfc_main$5 = {};
function _sfc_ssrRender(_ctx, _push, _parent, _attrs) {
_push(`
`);
}
const _sfc_setup$5 = _sfc_main$5.setup;
_sfc_main$5.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/home/BigTitle_List.vue");
return _sfc_setup$5 ? _sfc_setup$5(props, ctx) : void 0;
};
const __nuxt_component_0 = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["ssrRender", _sfc_ssrRender], ["__scopeId", "data-v-d1a7b975"]]);
const _sfc_main$4 = {
__name: "BigSwiper",
__ssrInlineRender: true,
setup(__props) {
const nuxtApp = useNuxtApp();
nuxtApp.$axios;
let imagelist = useState("imageList", () => "");
let currentIndex = ref(0);
let handleIndicatorChange = (val) => {
currentIndex.value = val;
};
return (_ctx, _push, _parent, _attrs) => {
_push(``);
_push(ssrRenderComponent(unref(ElCarousel), {
interval: 5e3,
arrow: "always",
height: "440px",
"indicator-class": "custom-indicator",
class: "custom-carousel",
onChange: unref(handleIndicatorChange)
}, {
indicator: withCtx(({ index: index2 }, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(`
${ssrInterpolate(index2 + 1)} `);
} else {
return [
createVNode("button", {
class: { "active-indicator": unref(currentIndex) === index2 }
}, toDisplayString(index2 + 1), 3)
];
}
}),
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(``);
ssrRenderList(unref(imagelist), (item, index2) => {
_push2(ssrRenderComponent(unref(ElCarouselItem), { key: index2 }, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`
${ssrInterpolate(item.title)} `);
} else {
return [
createVNode("img", {
src: item.imgurl,
alt: ""
}, null, 8, ["src"]),
createVNode("span", null, toDisplayString(item.title), 1)
];
}
}),
_: 2
}, _parent2, _scopeId));
});
_push2(``);
} else {
return [
(openBlock(true), createBlock(Fragment, null, renderList(unref(imagelist), (item, index2) => {
return openBlock(), createBlock(unref(ElCarouselItem), { key: index2 }, {
default: withCtx(() => [
createVNode("img", {
src: item.imgurl,
alt: ""
}, null, 8, ["src"]),
createVNode("span", null, toDisplayString(item.title), 1)
]),
_: 2
}, 1024);
}), 128))
];
}
}),
_: 1
}, _parent));
_push(`
`);
};
}
};
const _sfc_setup$4 = _sfc_main$4.setup;
_sfc_main$4.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/home/BigSwiper.vue");
return _sfc_setup$4 ? _sfc_setup$4(props, ctx) : void 0;
};
const __nuxt_component_1 = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-d10d7130"]]);
const _sfc_main$3 = {
__name: "PageMessage",
__ssrInlineRender: true,
setup(__props) {
const nuxtApp = useNuxtApp();
nuxtApp.$axios;
const headlinelist = useState("headlinelist", () => "");
const recommendImage = useState("recommendImage", () => "");
const hotNewsList = useState("hotNews", () => "");
const messageList = useState("messagelist", () => "");
return (_ctx, _push, _parent, _attrs) => {
const _component_HomeBigTitleList = __nuxt_component_0;
const _component_HomeBigSwiper = __nuxt_component_1;
_push(``);
ssrRenderList(unref(headlinelist), (item, index2) => {
_push(`
${ssrInterpolate(item.title)} `);
});
_push(`
`);
_push(ssrRenderComponent(_component_HomeBigTitleList, null, null, _parent));
_push(`
`);
_push(ssrRenderComponent(_component_HomeBigSwiper, null, null, _parent));
_push(`
\u70ED\u70B9\u8D44\u8BAF \u67E5\u770B\u66F4\u591A `);
ssrRenderList(unref(hotNewsList), (item, index2) => {
_push(`${ssrInterpolate(index2 + 1)} ${ssrInterpolate(item.title)} `);
});
_push(` \u8D44\u8BAF\u63A8\u8350 \u67E5\u770B\u66F4\u591A `);
ssrRenderList(unref(messageList), (item, index2) => {
_push(`${ssrInterpolate(item.title)} `);
});
_push(` `);
};
}
};
const _sfc_setup$3 = _sfc_main$3.setup;
_sfc_main$3.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/home/PageMessage.vue");
return _sfc_setup$3 ? _sfc_setup$3(props, ctx) : void 0;
};
const __nuxt_component_2 = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-e9b6e367"]]);
const _sfc_main$2 = {
__name: "Advertising",
__ssrInlineRender: true,
setup(__props) {
const nuxtApp = useNuxtApp();
nuxtApp.$axios;
useState("image", () => "");
return (_ctx, _push, _parent, _attrs) => {
_push(`${ssrInterpolate(_ctx.message)}
`);
};
}
};
const _sfc_setup$2 = _sfc_main$2.setup;
_sfc_main$2.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/home/Advertising.vue");
return _sfc_setup$2 ? _sfc_setup$2(props, ctx) : void 0;
};
const _sfc_main$1 = {
__name: "MoreService",
__ssrInlineRender: true,
setup(__props) {
let arr = [
{
id: 1,
title: "\u4F1A\u5458\u670D\u52A1",
titleTopImg: "/images/Group 1560.png",
leftImg: "/images/djdhdhsjk46448_Endless_rice_fields_565ffc17-1845-4d9d-be71-3c745b1ab6bb.png"
},
{
id: 2,
title: "\u4EBA\u5458\u67E5\u8BE2",
titleTopImg: "/images/Group 1819.png",
leftImg: "/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_a23e4b96-a6d7-49e1-a283-68c395f277f9(3).png"
},
{
id: 3,
title: "\u8C03\u7814\u9009\u9898",
titleTopImg: "/images/Group 1820.png",
leftImg: "/images/sgbhsihfgisdfaasda45632113_A_Chinese_farmer_carrying_a_hoe_is_h_1ba32eee-c498-4dd7-9cd9-013568c09db7(2).png"
},
{
id: 4,
title: "\u8F66\u8F86\u67E5\u8BE2",
titleTopImg: "/images/Group 1821.png",
leftImg: "/images/rgmezdvz_19982_On_a_vast_and_boundless_wheat_field_many_harvest_5b5cfeda-ef17-4551-a935-5f8e3f799b69(2).png"
},
{
id: 5,
title: "\u5730\u5E02\u4E2D\u5FC3",
titleTopImg: "/images/Group 1822.png",
leftImg: "/images/htjskikess_Harvester_harvesting_in_wheat_fields_619469a3-bdc0-40ca-9ac8-e2f17a0ae33f.png"
},
{
id: 6,
title: "\u4ECB\u7ECD\u4FE1\u67E5\u8BE2",
titleTopImg: "/images/Group 1823.png",
leftImg: "/images/rgmezdvz_19982_A_Chinese_farmer_carrying_a_hoe_is_hoeing_the_fi_75ccecda-5a25-4a4b-be60-d950bb8a2666(2).png"
}
];
return (_ctx, _push, _parent, _attrs) => {
const _component_NuxtLink = __nuxt_component_0$2;
_push(`\u66F4\u591A\u670D\u52A1 More services
`);
ssrRenderList(unref(arr), (item, index2) => {
_push(`${ssrInterpolate(item.title)} `);
_push(ssrRenderComponent(_component_NuxtLink, { to: "/primaryNavigation/1" }, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(` \u67E5\u770B\u8BE6\u60C5 `);
} else {
return [
createTextVNode(" \u67E5\u770B\u8BE6\u60C5 "),
createVNode("span", { class: "iconfont icon-youjiantou" })
];
}
}),
_: 2
}, _parent));
_push(`
`);
});
_push(` `);
};
}
};
const _sfc_setup$1 = _sfc_main$1.setup;
_sfc_main$1.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("components/home/MoreService.vue");
return _sfc_setup$1 ? _sfc_setup$1(props, ctx) : void 0;
};
const _imports_4 = "" + buildAssetsURL("sgbhsihfgisdfaasda45632113_A_group_of_Chinese_farmers_are_trans_d25af056-9d57-4ffe-9b04-030082de8a2b(2).DurDn11Q.png");
const _sfc_main = {
__name: "index",
__ssrInlineRender: true,
setup(__props) {
const radio1 = ref("1");
return (_ctx, _push, _parent, _attrs) => {
const _component_HomePageHead = __nuxt_component_0$1;
const _component_HomePageNavigation = __nuxt_component_1$1;
const _component_HomePageMessage = __nuxt_component_2;
const _component_HomeAdvertising = _sfc_main$2;
const _component_HomeMoreService = _sfc_main$1;
const _component_HomeTopTen = _sfc_main$3$1;
const _component_HomeTopTenTitle = _sfc_main$2$1;
const _component_HomeSlider = __nuxt_component_7;
const _component_HomeSmallSwiper = __nuxt_component_5;
const _component_HomeSannongzixun = _sfc_main$6;
const _component_HomeFoot = __nuxt_component_6;
_push(``);
_push(ssrRenderComponent(_component_HomePageHead, null, null, _parent));
_push(ssrRenderComponent(_component_HomePageNavigation, null, null, _parent));
_push(ssrRenderComponent(_component_HomePageMessage, null, null, _parent));
_push(ssrRenderComponent(_component_HomeAdvertising, null, null, _parent));
_push(ssrRenderComponent(_component_HomeMoreService, null, null, _parent));
_push(ssrRenderComponent(_component_HomeTopTen, null, null, _parent));
_push(`
\u519C\u6C11\u5DE5 \u67E5\u770B\u66F4\u591A `);
ssrRenderList(10, (item) => {
_push(`\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14 `);
});
_push(` \u4EEA\u5F81\u5E02\u519C\u4E1A\u519C\u6751\u5C40\u53EC\u5F00 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A
\u4EEA\u5F81\u5E02\u519C\u4E1A\u519C\u6751\u5C40\u53EC\u5F00 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A
\u4EEA\u5F81\u5E02\u519C\u4E1A\u519C\u6751\u5C40\u53EC\u5F00 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A
\u81F4\u5BCC\u4FE1\u606F \u67E5\u770B\u66F4\u591A \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A `);
ssrRenderList(3, (item) => {
_push(`\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14 `);
});
_push(` \u4E09\u519C\u8C03\u67E5 \u67E5\u770B\u66F4\u591A \u90D1\u5DDE17\u540D\u8B66\u5BDF\u56E0\u51FA\u8B66\u6162\u88AB\u5173\u7981\u95ED,\u4F60\u600E\u4E48\u770B?
`);
_push(ssrRenderComponent(unref(ElRadioGroup), {
modelValue: radio1.value,
"onUpdate:modelValue": ($event) => radio1.value = $event,
"text-color": "#33B023"
}, {
default: withCtx((_, _push2, _parent2, _scopeId) => {
if (_push2) {
_push2(ssrRenderComponent(unref(ElRadio), {
value: "1",
size: "large"
}, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`\u652F\u6301\uFF0C\u8B66\u5BDF\u4E0D\u5173\u5FC3\u767E\u59D3\u5E94\u60E9\u7F5A`);
} else {
return [
createTextVNode("\u652F\u6301\uFF0C\u8B66\u5BDF\u4E0D\u5173\u5FC3\u767E\u59D3\u5E94\u60E9\u7F5A")
];
}
}),
_: 1
}, _parent2, _scopeId));
_push2(ssrRenderComponent(unref(ElRadio), {
value: "2",
size: "large"
}, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`\u53CD\u5BF9\uFF0C\u8FD9\u4EF6\u4E8B\u5C31\u5173\u7981\u95ED\u4E0D\u5408\u7406`);
} else {
return [
createTextVNode("\u53CD\u5BF9\uFF0C\u8FD9\u4EF6\u4E8B\u5C31\u5173\u7981\u95ED\u4E0D\u5408\u7406")
];
}
}),
_: 1
}, _parent2, _scopeId));
_push2(ssrRenderComponent(unref(ElRadio), {
value: "3",
size: "large"
}, {
default: withCtx((_2, _push3, _parent3, _scopeId2) => {
if (_push3) {
_push3(`\u5EFA\u8BAE\u5176\u4ED6\u90E8\u95E8\u6548\u4EFF\u6B64\u505A\u6CD5`);
} else {
return [
createTextVNode("\u5EFA\u8BAE\u5176\u4ED6\u90E8\u95E8\u6548\u4EFF\u6B64\u505A\u6CD5")
];
}
}),
_: 1
}, _parent2, _scopeId));
} else {
return [
createVNode(unref(ElRadio), {
value: "1",
size: "large"
}, {
default: withCtx(() => [
createTextVNode("\u652F\u6301\uFF0C\u8B66\u5BDF\u4E0D\u5173\u5FC3\u767E\u59D3\u5E94\u60E9\u7F5A")
]),
_: 1
}),
createVNode(unref(ElRadio), {
value: "2",
size: "large"
}, {
default: withCtx(() => [
createTextVNode("\u53CD\u5BF9\uFF0C\u8FD9\u4EF6\u4E8B\u5C31\u5173\u7981\u95ED\u4E0D\u5408\u7406")
]),
_: 1
}),
createVNode(unref(ElRadio), {
value: "3",
size: "large"
}, {
default: withCtx(() => [
createTextVNode("\u5EFA\u8BAE\u5176\u4ED6\u90E8\u95E8\u6548\u4EFF\u6B64\u505A\u6CD5")
]),
_: 1
})
];
}
}),
_: 1
}, _parent));
_push(`
\u6295\u7968 \u67E5\u770B
`);
_push(ssrRenderComponent(_component_HomeTopTenTitle, null, null, _parent));
_push(`
`);
_push(ssrRenderComponent(_component_HomeSlider, null, null, _parent));
_push(`
\u4E09\u519C\u4E4B\u7A97 \u67E5\u770B\u66F4\u591A `);
_push(ssrRenderComponent(_component_HomeSmallSwiper, null, null, _parent));
_push(`
\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A `);
ssrRenderList(5, (item) => {
_push(`\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14\u6D3B\u52A8 `);
});
_push(` `);
_push(ssrRenderComponent(_component_HomeSannongzixun, null, null, _parent));
_push(`
\u6253\u5047\u7EF4\u6743 \u67E5\u770B\u66F4\u591A \u626C\u5DDE\u5E02\u9097\u6C5F\u533A\u5F00\u5C552021\u5E74\u5EA6\u4E0B\u534A\u5E74\u2026 `);
ssrRenderList(6, (item) => {
_push(` \u4EEA\u5F81\u5E02\u519C\u4E1A\u519C\u6751\u5C40\u53EC\u5F00 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A
`);
});
_push(`
\u4EA7\u4E1A\u52A8\u6001 \u67E5\u770B\u66F4\u591A `);
ssrRenderList(4, (item) => {
_push(`\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u6765\u6218\u96E8\u591C\u5B89\u5168\u6F14\u7EC3 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A
`);
});
_push(` `);
_push(ssrRenderComponent(_component_HomeSannongzixun, null, null, _parent));
_push(`
\u653F\u7B56\u6CD5\u89C4 \u67E5\u770B\u66F4\u591A `);
ssrRenderList(4, (item) => {
_push(`\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u6765\u6218\u96E8\u591C\u5B89\u5168\u6F14\u7EC3 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025
`);
});
_push(`
\u4E09\u519C\u4E4B\u7A97 \u67E5\u770B\u66F4\u591A `);
_push(ssrRenderComponent(_component_HomeSmallSwiper, null, null, _parent));
_push(`
\u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14\u6D3B\u52A8 \u9AD8\u90AE\u5E02\u5468\u5C71\u9547\u5F00\u5C55\u6E14\u4E1A\u5B89\u5168\u751F\u4EA7\u5E94\u6025\u6F14\u6D3B\u52A8 `);
_push(ssrRenderComponent(_component_HomeFoot, null, null, _parent));
_push(`
`);
};
}
};
const _sfc_setup = _sfc_main.setup;
_sfc_main.setup = (props, ctx) => {
const ssrContext = useSSRContext();
(ssrContext.modules || (ssrContext.modules = /* @__PURE__ */ new Set())).add("pages/index.vue");
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
};
const index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4fc0ccc9"]]);
export { index as default };
//# sourceMappingURL=index-3ENkNq-u.mjs.map