소스 검색

更新前端路由表

lfeish 1 년 전
부모
커밋
ee2dfbbde2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/router/full-routes.ts

+ 2 - 2
src/router/full-routes.ts

@@ -21,13 +21,13 @@ const fullRoutes: AppRouteRecordRaw[] = [
     },
     children: [
       {
-        // 主控台
+        // 首页(原主控台
         path: 'console',
         name: 'DashboardConsole',
         component: '/dashboard/home/Home',
         meta: { 
           icon: '',
-          title: '主控台',
+          title: '首页',
         },
       }
     ]