nuxt初始化
This commit is contained in:
9
nuxt-web/pages/services/changzhan.vue
Normal file
9
nuxt-web/pages/services/changzhan.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { services } from '~/data/services'
|
||||
const page = services.changzhan
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,集装箱场站管理系统,服务页', canonicalPath: '/services/changzhan' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServicePageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/services/chuandai.vue
Normal file
9
nuxt-web/pages/services/chuandai.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { services } from '~/data/services'
|
||||
const page = services.chuandai
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,船代管理信息系统,服务页', canonicalPath: '/services/chuandai' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServicePageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/services/dianshang.vue
Normal file
9
nuxt-web/pages/services/dianshang.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { services } from '~/data/services'
|
||||
const page = services.dianshang
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,港航电商平台系统,服务页', canonicalPath: '/services/dianshang' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServicePageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/services/ilog.vue
Normal file
9
nuxt-web/pages/services/ilog.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { services } from '~/data/services'
|
||||
const page = services.ilog
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,全程物流链管理系统,服务页', canonicalPath: '/services/ilog' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServicePageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/services/jining.vue
Normal file
9
nuxt-web/pages/services/jining.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { services } from '~/data/services'
|
||||
const page = services.jining
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,全程物流链管理系统,服务页', canonicalPath: '/services/jining' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServicePageLayout v-bind="page" />
|
||||
</template>
|
||||
9
nuxt-web/pages/services/yunmatou.vue
Normal file
9
nuxt-web/pages/services/yunmatou.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
import { services } from '~/data/services'
|
||||
const page = services.yunmatou
|
||||
useSeo({ title: page.title, description: page.description, keywords: '岸基科技,云码头智能管理系统,服务页', canonicalPath: '/services/yunmatou' })
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ServicePageLayout v-bind="page" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user