diff --git a/deploy/prod2.sh b/deploy/prod2.sh
index e54f163..9a20476 100644
--- a/deploy/prod2.sh
+++ b/deploy/prod2.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 # 变量定义
-LAST_TAG="1.0.9"
-TAG="1.0.10"
+LAST_TAG="1.0.10"
+TAG="1.0.11"
 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
 IMAGE_NAME="canrud-outside-front"
diff --git a/pages/products/detail/[id]/index.vue b/pages/products/detail/[id]/index.vue
index e1239a4..bc1ae02 100644
--- a/pages/products/detail/[id]/index.vue
+++ b/pages/products/detail/[id]/index.vue
@@ -33,7 +33,6 @@ let { data: resData } = await useAsyncData(
   }
 );
 watchEffect(() => {
-  console.log(info.value, "5656infovalue2/resData.value.", resData.value);
   useHead({
     title: info.value.name || "canrud",
     meta: [
@@ -46,13 +45,13 @@ watchEffect(() => {
       {
         name: "keywords",
         content:
-          info.value.metakeywords ||
+          info.value.name ||
           "科路得,Equipment,High-precision,Machining center,Design,Manufacturing capabilities,Equipment supply,Production line planning,Construction services,Battery assembly lines,Pouch cell testing lines",
       },
       {
         name: "description",
         content:
-          info.value.metadescription ||
+          info.value.name ||
           "科路得,助您科研之路势在必得。Equipment Business: With our self-built high-precision machining center, we possess robust design and manufacturing capabilities. We offer comprehensive equipment supply, production line planning, and construction services, including battery assembly lines, pouch cell testing lines, and more. Our aim is to provide complete equipment solutions that cater to the diverse needs of our clients. Expect top-quality equipment and professional services that will help you stand out in a fiercely competitive market!",
       },
     ],