Jelajahi Sumber

更新前端路由表

lfeish 1 tahun lalu
induk
melakukan
ee2dfbbde2
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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: '首页',
         },
       }
     ]