feat: 初始化居家上门服务系统完整项目代码
- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
47
hss-home-service/website/.nuxt/dist/server/_nuxt/scenarios-c-hTY43N.js
vendored
Normal file
47
hss-home-service/website/.nuxt/dist/server/_nuxt/scenarios-c-hTY43N.js
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
import { _ as _sfc_main$1 } from "./ScenarioCard-KNU_bnPj.js";
|
||||
import { _ as __nuxt_component_2 } from "./CtaSection-ClDHCKqS.js";
|
||||
import { defineComponent, unref, mergeProps, useSSRContext } from "vue";
|
||||
import { ssrRenderList, ssrRenderComponent } from "vue/server-renderer";
|
||||
import { u as useSeo } from "./useSeo-BkcZp48C.js";
|
||||
import { s as scenarios } from "../server.mjs";
|
||||
import "./AppIcon--JRwwp2l.js";
|
||||
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: "scenarios",
|
||||
__ssrInlineRender: true,
|
||||
setup(__props) {
|
||||
useSeo({ title: "应用场景", description: "覆盖政府监管、医院延续护理、养老机构、社区服务中心、长护险管理五大应用场景。" });
|
||||
return (_ctx, _push, _parent, _attrs) => {
|
||||
const _component_ScenarioCard = _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"><div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6"><!--[-->`);
|
||||
ssrRenderList(unref(scenarios), (s) => {
|
||||
_push(ssrRenderComponent(_component_ScenarioCard, mergeProps({
|
||||
key: s.title
|
||||
}, { ref_for: true }, s), null, _parent));
|
||||
});
|
||||
_push(`<!--]--></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/scenarios.vue");
|
||||
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
||||
};
|
||||
export {
|
||||
_sfc_main as default
|
||||
};
|
||||
//# sourceMappingURL=scenarios-c-hTY43N.js.map
|
||||
Reference in New Issue
Block a user