- Spring Boot 后端服务 (hss-home-service) - delivery-miniapp 配送小程序 - website 官网 (Nuxt) - docs 架构设计文档 - Docker 容器化部署配置 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
43 lines
2.4 KiB
JavaScript
43 lines
2.4 KiB
JavaScript
import { _ as _sfc_main$1 } from "./SecurityGrid-LoMlH504.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: "security",
|
|
__ssrInlineRender: true,
|
|
setup(__props) {
|
|
useSeo({ title: "安全合规", description: "RBAC 权限体系、数据分类分级、授权同意管理、审计日志追溯、脱敏展示、合规留痕。" });
|
|
return (_ctx, _push, _parent, _attrs) => {
|
|
const _component_SecurityGrid = _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_SecurityGrid, null, null, _parent));
|
|
_push(`</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/security.vue");
|
|
return _sfc_setup ? _sfc_setup(props, ctx) : void 0;
|
|
};
|
|
export {
|
|
_sfc_main as default
|
|
};
|
|
//# sourceMappingURL=security-xgUg9gDm.js.map
|