feat: 更新网站页面和组件,新增多个页面(关于、专家、会员、政策等)
This commit is contained in:
10
app/pages/consulting/intro.vue
Normal file
10
app/pages/consulting/intro.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<SectionStub title="服务简介" description="介绍服务范围、交付形式与协作机制,支持在线咨询与需求提交。" />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import SectionStub from '@/components/SectionStub.vue'
|
||||
import { usePageSeo } from '@/composables/usePageSeo'
|
||||
usePageSeo({ title: '服务简介', description: '咨询服务 - 服务简介。', path: '/consulting/intro' })
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user