Просмотр исходного кода

Merge branch 'v20' of http://192.168.31.240:3000/MTP2.0_New/MTP20_WEB_GLOBAL into v20

deng.yinping 1 год назад
Родитель
Сommit
f3e011e755
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/packages/mobile/views/mine/profile/Index.vue

+ 2 - 2
src/packages/mobile/views/mine/profile/Index.vue

@@ -1,7 +1,7 @@
 <template>
     <app-view>
         <template #header>
-            <app-navbar :title="title" />
+            <app-navbar :title="$t('mine.profile.title')" />
         </template>
         <CellGroup>
             <Cell :title="$t('mine.profile.invoiceinfo')" :to="{ name: 'mine-invoice' }" is-link />
@@ -21,7 +21,7 @@ import { onActivated } from 'vue'
 defineProps({
     title: {
         type: String,
-        default: i18n.global.t('mine.profile.title'), 
+        default: '', 
     }
 })