- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
60 lines
4.2 KiB
JavaScript
60 lines
4.2 KiB
JavaScript
import { _ as __nuxt_component_0 } from "./ServiceLoopFlow-BcBowZhS.js";
|
|
import { _ as _sfc_main$1 } from "./AppIcon--JRwwp2l.js";
|
|
import { _ as __nuxt_component_2 } from "./CtaSection-ClDHCKqS.js";
|
|
import { defineComponent, useSSRContext } from "vue";
|
|
import { ssrRenderComponent } from "vue/server-renderer";
|
|
import { u as useSeo } from "./useSeo-BkcZp48C.js";
|
|
import "../server.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";
|
|
import "./v3-eWcT6REp.js";
|
|
import "/home/akoo/居家服务/hss-home-service/website/node_modules/@unhead/vue/dist/index.mjs";
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
__name: "service-loop",
|
|
__ssrInlineRender: true,
|
|
setup(__props) {
|
|
useSeo({ title: "服务闭环", description: "8 个阶段无缝衔接:需求受理→能力评估→方案制定→智能派单→上门执行→过程监管→验收评价→结算归档。" });
|
|
return (_ctx, _push, _parent, _attrs) => {
|
|
const _component_ServiceLoopFlow = __nuxt_component_0;
|
|
const _component_AppIcon = _sfc_main$1;
|
|
const _component_CtaSection = __nuxt_component_2;
|
|
_push(`<!--[--><section class="py-20 bg-gradient-to-br from-primary-700 to-primary-900 text-white"><div class="section-container text-center"><h1 class="text-4xl md:text-5xl font-bold mb-4">服务闭环</h1><p class="text-xl text-blue-100 max-w-2xl mx-auto">从申请到归档,每个环节都可监管、可追溯、可评价</p></div></section><section class="py-20 bg-surface"><div class="section-container">`);
|
|
_push(ssrRenderComponent(_component_ServiceLoopFlow, null, null, _parent));
|
|
_push(`</div></section><section class="py-20 bg-white"><div class="section-container"><h2 class="section-title">数据完整性保障</h2><div class="grid md:grid-cols-3 gap-6 mt-12 text-center"><div class="p-6"><div class="w-12 h-12 mx-auto mb-3 rounded-xl bg-primary-50 text-primary flex items-center justify-center">`);
|
|
_push(ssrRenderComponent(_component_AppIcon, {
|
|
name: "database",
|
|
class: "w-6 h-6"
|
|
}, null, _parent));
|
|
_push(`</div><h3 class="font-bold mb-2">环节联动</h3><p class="text-sm text-text-secondary">上游数据自动驱动下游,评估结果 → 方案制定,签署生效 → 服务计划</p></div><div class="p-6"><div class="w-12 h-12 mx-auto mb-3 rounded-xl bg-accent-50 text-accent flex items-center justify-center">`);
|
|
_push(ssrRenderComponent(_component_AppIcon, {
|
|
name: "check",
|
|
class: "w-6 h-6"
|
|
}, null, _parent));
|
|
_push(`</div><h3 class="font-bold mb-2">状态校验</h3><p class="text-sm text-text-secondary">每步流转必须满足前置条件,未签署方案不能生成工单,未验收工单不能结算</p></div><div class="p-6"><div class="w-12 h-12 mx-auto mb-3 rounded-xl bg-cta/10 text-cta flex items-center justify-center">`);
|
|
_push(ssrRenderComponent(_component_AppIcon, {
|
|
name: "clipboard",
|
|
class: "w-6 h-6"
|
|
}, null, _parent));
|
|
_push(`</div><h3 class="font-bold mb-2">版本可追溯</h3><p class="text-sm text-text-secondary">评估报告、方案快照、价格规则、签署记录全部版本化管理,不可覆盖</p></div></div></div></section>`);
|
|
_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/service-loop.vue");
|
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
|
};
|
|
export {
|
|
_sfc_main as default
|
|
};
|
|
//# sourceMappingURL=service-loop-DeE-MiwA.js.map
|