import { _ as _sfc_main$1 } from "./PainPointCard-Lm1N0rdZ.js"; import { _ as _sfc_main$2 } from "./AppIcon--JRwwp2l.js"; import { _ as __nuxt_component_2 } from "./CtaSection-ClDHCKqS.js"; import { defineComponent, unref, mergeProps, useSSRContext } from "vue"; import { ssrRenderList, ssrRenderComponent, ssrInterpolate } from "vue/server-renderer"; import { u as useSeo } from "./useSeo-BkcZp48C.js"; import { p as painPoints } from "../server.mjs"; import "./v3-eWcT6REp.js"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/@unhead/vue/dist/index.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/ofetch/dist/node.mjs"; import "#internal/nuxt/paths"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/hookable/dist/index.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/unctx/dist/index.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/h3/dist/index.mjs"; import "vue-router"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/defu/dist/defu.mjs"; import "/home/akoo/居家服务/hss-home-service/website/node_modules/ufo/dist/index.mjs"; const solutions = [ { icon: "database", title: "全流程打通", desc: "从申请到归档,一套平台覆盖所有业务环节,消除信息孤岛。" }, { icon: "cog", title: "智能调度", desc: "算法匹配推荐,人工确认兜底,提升派单效率和公平性。" }, { icon: "phone", title: "移动端执行", desc: "服务人员通过 Delivery 端完成接单、签到、执行、异常上报。" }, { icon: "chart", title: "数据监管", desc: "实时看板、异常预警、质量分析,数据驱动管理决策。" } ]; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "solution", __ssrInlineRender: true, setup(__props) { useSeo({ title: "解决方案", description: "一套平台打通居家服务全流程,解决申请受理难、派单调度难、过程监管难等核心痛点。" }); return (_ctx, _push, _parent, _attrs) => { const _component_PainPointCard = _sfc_main$1; const _component_AppIcon = _sfc_main$2; const _component_CtaSection = __nuxt_component_2; _push(`

解决方案

一套平台打通居家服务全流程,解决行业核心痛点

行业痛点

`); ssrRenderList(unref(painPoints), (p) => { _push(ssrRenderComponent(_component_PainPointCard, mergeProps({ key: p.title }, { ref_for: true }, p), null, _parent)); }); _push(`

平台如何解决

`); ssrRenderList(solutions, (s) => { _push(`
`); _push(ssrRenderComponent(_component_AppIcon, { name: s.icon, class: "w-6 h-6" }, null, _parent)); _push(`

${ssrInterpolate(s.title)}

${ssrInterpolate(s.desc)}

`); }); _push(`
`); _push(ssrRenderComponent(_component_CtaSection, 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/solution.vue"); return _sfc_setup ? _sfc_setup(props, ctx) : void 0; }; export { _sfc_main as default }; //# sourceMappingURL=solution-Cdu4og0R.js.map