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 442 href: href1.value,
443 443 },
444 444 {
445   - title: "DEVICE TYPE",
  445 + title: "Not specified",
446 446 disabled: false,
447 447 href: href2.value,
448 448 },
449 449 {
450   - title: "FUNCTION",
  450 + title: "Not specified",
451 451 disabled: false,
452 452 href: "/products",
453 453 },
... ...
deploy/prod2.sh
1 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 5 TARGET_PATH="/root/web/canrud-outside-nuxt-front"
6 6 DOCKERFILE_PATH="/root/web/canrud-outside-nuxt-front/canrud-nuxt-front"
7 7 IMAGE_NAME="canrud-outside-front"
... ...