Commit 287559f2c7e76e1b4ce454cd0fd59fbfbf14d9bc
1 parent
9fd97756
fix: 更换面包屑导航function默认值,prod2.sh-29/30
Showing
2 changed files
with
4 additions
and
4 deletions
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