tangning 8 months ago
parent
commit
4e83fbf8b5
2 changed files with 2 additions and 2 deletions
  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'),
       },
     },
   ],