1
0

nuxt初始化

This commit is contained in:
2026-04-20 09:45:20 +08:00
parent e90903a378
commit d3eb1d3424
508 changed files with 35562 additions and 0 deletions

View 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>