Files
pc-10588/app/pages/about/org.vue

11 lines
412 B
Vue

<template>
<SectionStub title="组织机构" description="展示机构职能分工与工作机制,明确对外服务窗口与责任部门。" />
</template>
<script setup lang="ts">
import SectionStub from '@/components/SectionStub.vue'
import { usePageSeo } from '@/composables/usePageSeo'
usePageSeo({ title: '组织机构', description: '关于我们 - 组织机构。', path: '/about/org' })
</script>