Handy_Cao 1 år sedan
förälder
incheckning
41f30824fc
1 ändrade filer med 1 tillägg och 1 borttagningar
  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>