lfeish пре 1 година
родитељ
комит
a5976ca6b3
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: '首页',
         },
       }
     ]