import __nuxt_component_0 from "../node_modules/nuxt/dist/app/components/nuxt-link.mjs"; import { defineComponent, mergeProps, withCtx, createTextVNode, toDisplayString } from "vue"; import { ssrRenderAttrs, ssrRenderList, ssrRenderComponent, ssrInterpolate } from "vue/server-renderer"; const _sfc_main = /* @__PURE__ */ defineComponent({ __name: "FooterSection", __ssrInlineRender: true, setup(__props) { const products = [ { name: "EC2 云服务器", path: "/products" }, { name: "S3 对象存储", path: "/products" }, { name: "RDS 数据库服务", path: "/products" }, { name: "Lambda 无服务器", path: "/products" }, { name: "更多产品...", path: "/products" } ]; const solutions = [ { name: "网站托管", path: "/solutions" }, { name: "企业上云", path: "/solutions" }, { name: "灾备方案", path: "/solutions" }, { name: "大数据分析", path: "/solutions" }, { name: "微服务架构", path: "/solutions" } ]; return (_ctx, _push, _parent, _attrs) => { const _component_NuxtLink = __nuxt_component_0; _push(`
云服务专家

专业的AWS云服务解决方案提供商,致力于帮助企业实现数字化转型

AWS产品
    `); ssrRenderList(products, (product, index) => { _push(`
  • `); _push(ssrRenderComponent(_component_NuxtLink, { to: product.path, class: "text-white/70 hover:text-white transition-colors" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(`${ssrInterpolate(product.name)}`); } else { return [ createTextVNode(toDisplayString(product.name), 1) ]; } }), _: 2 }, _parent)); _push(`
  • `); }); _push(`
解决方案
    `); ssrRenderList(solutions, (solution, index) => { _push(`
  • `); _push(ssrRenderComponent(_component_NuxtLink, { to: solution.path, class: "text-white/70 hover:text-white transition-colors" }, { default: withCtx((_, _push2, _parent2, _scopeId) => { if (_push2) { _push2(`${ssrInterpolate(solution.name)}`); } else { return [ createTextVNode(toDisplayString(solution.name), 1) ]; } }), _: 2 }, _parent)); _push(`
  • `); }); _push(`
联系我们
  • 北京市朝阳区某某大厦10层
  • 400-123-4567
  • contact@example.com

© ${ssrInterpolate((/* @__PURE__ */ new Date()).getFullYear())} 云服务专家. 保留所有权利.

`); }; } }); export { _sfc_main as default }; //# sourceMappingURL=FooterSection.vue2.mjs.map