diff --git a/app/app.vue b/app/app.vue index c6553da..ed96dfc 100644 --- a/app/app.vue +++ b/app/app.vue @@ -11,26 +11,7 @@ diff --git a/app/components/JinshenFooter.vue b/app/components/JinshenFooter.vue index fea2407..002e5e9 100644 --- a/app/components/JinshenFooter.vue +++ b/app/components/JinshenFooter.vue @@ -20,8 +20,8 @@ {{ $t('navigation.home') }}
  • - {{ - $t('navigation.productions') + {{ + $t('navigation.products') }}
  • diff --git a/app/components/JinshenHeader.vue b/app/components/JinshenHeader.vue index 78b2f16..0fd55ca 100644 --- a/app/components/JinshenHeader.vue +++ b/app/components/JinshenHeader.vue @@ -21,8 +21,8 @@ :persistent="false" router > - - {{ $t('navigation.productions') }} + + {{ $t('navigation.products') }} {{ $t('navigation.solutions') }} @@ -81,8 +81,8 @@ const refreshMenu = () => { const path = router.currentRoute.value.path; - if (path.startsWith('/productions')) { - activeName.value = 'productions'; + if (path.startsWith('/products')) { + activeName.value = 'products'; } else if (path.startsWith('/solutions')) { activeName.value = 'solutions'; } else if (path.startsWith('/support')) { diff --git a/app/components/ProductionCard.vue b/app/components/ProductCard.vue similarity index 77% rename from app/components/ProductionCard.vue rename to app/components/ProductCard.vue index bdfa568..397a0a4 100644 --- a/app/components/ProductionCard.vue +++ b/app/components/ProductCard.vue @@ -1,14 +1,14 @@