nuxt初始化
This commit is contained in:
9
nuxt-web/pages/solutions/inland-river-shipping.vue
Normal file
9
nuxt-web/pages/solutions/inland-river-shipping.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<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>
|
||||
9
nuxt-web/pages/solutions/logistics-chain.vue
Normal file
9
nuxt-web/pages/solutions/logistics-chain.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { solutions } from '~/data/solutions'
|
||||
const page = solutions['logistics-chain']
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,全程物流链,解决方案', canonicalPath: '/solutions/logistics-chain' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<SolutionPageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/solutions/port-supply-chain.vue
Normal file
9
nuxt-web/pages/solutions/port-supply-chain.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { solutions } from '~/data/solutions'
|
||||
const page = solutions['port-supply-chain']
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,港口供应链,解决方案', canonicalPath: '/solutions/port-supply-chain' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<SolutionPageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/solutions/supply-chain.vue
Normal file
9
nuxt-web/pages/solutions/supply-chain.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { solutions } from '~/data/solutions'
|
||||
const page = solutions['supply-chain']
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,大宗货物供应链,解决方案', canonicalPath: '/solutions/supply-chain' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<SolutionPageLayout v-bind="page" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user