tangning před 8 měsíci
rodič
revize
4e83fbf8b5

+ 1 - 1
src/router/routes/bf/dashboard.ts

@@ -21,7 +21,7 @@ const dashboard: AppRouteModule = {
       component: () => import('/@/views/case/list.vue'),
       meta: {
         // affix: true,
-        title: '案件管理',
+        title: t('routes.account.home'),
       },
     },
   ],

+ 1 - 1
src/router/routes/modules/dashboard.ts

@@ -21,7 +21,7 @@ const dashboard: AppRouteModule = {
       component: () => import('/@/views/case/list.vue'),
       meta: {
         // affix: true,
-        title: t('routes.dashboard.analysis'),
+        title: t('routes.account.home'),
       },
     },
   ],