@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
<template> |
||||
<div |
||||
class="flex flex-col items-center justify-center min-h-screen bg-black text-white py-20 px-4" |
||||
> |
||||
<h1 class="text-5xl md:text-6xl font-bold mb-8">建设中</h1> |
||||
<p class="text-xl md:text-2xl mb-8">抱歉,您访问的页面正在建设中</p> |
||||
<NuxtLink |
||||
to="/" |
||||
class="bg-[#52AC63] hover:bg-[#3f8a4e] text-white font-bold py-2 px-6 rounded transition-colors" |
||||
> |
||||
返回首页 |
||||
</NuxtLink> |
||||
</div> |
||||
</template> |
||||
|
||||
<script setup lang="ts"> |
||||
// 为404页面设置适当的SEO |
||||
useSeoMeta({ |
||||
title: '产品中心 - 比特电科', |
||||
description: '产品中心 - 比特电科', |
||||
robots: 'noindex, nofollow', |
||||
}) |
||||
</script> |
||||
|
||||
<style scoped></style> |
After Width: | Height: | Size: 2.8 MiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 5.5 KiB |