- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
39 lines
3.2 KiB
JavaScript
39 lines
3.2 KiB
JavaScript
import { _ as __nuxt_component_2 } from "./CtaSection-ClDHCKqS.js";
|
|
import { defineComponent, unref, useSSRContext } from "vue";
|
|
import { ssrInterpolate, ssrRenderComponent } from "vue/server-renderer";
|
|
import { u as useSeo } from "./useSeo-BkcZp48C.js";
|
|
import { e as siteName, f as siteTagline } 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 _sfc_main = /* @__PURE__ */ defineComponent({
|
|
__name: "about",
|
|
__ssrInlineRender: true,
|
|
setup(__props) {
|
|
useSeo({ title: "关于我们", description: siteTagline });
|
|
return (_ctx, _push, _parent, _attrs) => {
|
|
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">${ssrInterpolate(unref(siteName))}</p></div></section><section class="py-20 bg-white"><div class="section-container max-w-3xl"><div class="prose prose-lg mx-auto"><h2 class="text-3xl font-bold mb-6">平台愿景</h2><p class="text-text-secondary leading-relaxed mb-8"> 我们致力于为政府、医院、养老机构和社区服务中心提供专业、可信、智能的居家上门服务闭环管理平台。 通过数字化手段,让每一个服务请求都有始有终、每一步操作都可追溯、每一个异常都有处理、每一笔费用都有结算。 </p><h2 class="text-3xl font-bold mb-6">核心团队</h2><p class="text-text-secondary leading-relaxed mb-8"> 团队由医疗信息化、养老服务运营、企业级 SaaS 平台开发等领域的资深专家组成, 具有丰富的医养结合数字化平台建设和落地经验。 </p><h2 class="text-3xl font-bold mb-6">行业标准</h2><p class="text-text-secondary leading-relaxed mb-8"> 平台设计严格遵循《居家养老上门服务基本规范》GB/T 43153-2023 以及智慧健康养老产业发展相关指导文件, 确保服务流程、数据安全、质量评价和用户隐私保护符合国家标准。 </p></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/about.vue");
|
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
|
};
|
|
export {
|
|
_sfc_main as default
|
|
};
|
|
//# sourceMappingURL=about-DRb7Qi-T.js.map
|