Handy_Cao 1 년 전
부모
커밋
41f30824fc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packages/tss/views/product/index.vue

+ 1 - 1
src/packages/tss/views/product/index.vue

@@ -1,7 +1,7 @@
 <template>
     <app-view class="product">
         <template #header>
-            <app-navbar title="产品" :show-back-button="showBackButton" />
+            <app-navbar :title="$t('home.product')" :show-back-button="showBackButton" />
         </template>
         <ProductList class="product-list" />
     </app-view>