Commit 287559f2c7e76e1b4ce454cd0fd59fbfbf14d9bc

Authored by boyang
1 parent 9fd97756

fix: 更换面包屑导航function默认值,prod2.sh-29/30

components/ProductDetail.vue
@@ -442,12 +442,12 @@ const items = ref<BreadcrumbItem[]>([ @@ -442,12 +442,12 @@ const items = ref<BreadcrumbItem[]>([
442 href: href1.value, 442 href: href1.value,
443 }, 443 },
444 { 444 {
445 - title: "DEVICE TYPE", 445 + title: "Not specified",
446 disabled: false, 446 disabled: false,
447 href: href2.value, 447 href: href2.value,
448 }, 448 },
449 { 449 {
450 - title: "FUNCTION", 450 + title: "Not specified",
451 disabled: false, 451 disabled: false,
452 href: "/products", 452 href: "/products",
453 }, 453 },
deploy/prod2.sh
1 #!/bin/bash 1 #!/bin/bash
2 # 变量定义 2 # 变量定义
3 -LAST_TAG="1.0.28"  
4 -TAG="1.0.29" 3 +LAST_TAG="1.0.29"
  4 +TAG="1.0.30"
5 TARGET_PATH="/root/web/canrud-outside-nuxt-front" 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front" 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 IMAGE_NAME="canrud-outside-front" 7 IMAGE_NAME="canrud-outside-front"