1
0
Files
ag-index/nuxt-web/pages/solutions/inland-river-shipping.vue
2026-04-20 09:45:20 +08:00

10 lines
364 B
Vue

<script setup lang="ts">
import { solutions } from '~/data/solutions'
const page = solutions['inland-river-shipping']
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,内河港航一体化,解决方案', canonicalPath: '/solutions/inland-river-shipping' })
</script>
<template>
<SolutionPageLayout v-bind="page" />
</template>