tangning hace 8 meses
padre
commit
4e83fbf8b5
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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'),
       },
     },
   ],