tangning 8 месяцев назад
Родитель
Сommit
4e83fbf8b5
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      src/router/routes/bf/dashboard.ts
  2. 1 1
      src/router/routes/modules/dashboard.ts

+ 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'),
       },
     },
   ],