Bläddra i källkod

更新前端路由表

lfeish 1 år sedan
förälder
incheckning
ee2dfbbde2
1 ändrade filer med 2 tillägg och 2 borttagningar
  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: '首页',
         },
       }
     ]