From 377ee06a6cbcb730e6f4a986ca7dc034037ab0c7 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 12 九月 2024 11:47:17 +0800
Subject: [PATCH] 图片压缩

---
 src/router/index.js |   64 ++++++++++++++++----------------
 1 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 0361468..b259f99 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -43,32 +43,32 @@
     hidden: true,
   },
 
-  {
-    path: "/",
-    component: Layout,
-    redirect: "/home",
-    children: [
-      {
-        path: "home",
-        name: "home",
-        component: () => import("@/views/home/index"),
-        meta: { title: "棣栭〉", icon: "dashboard" },
-      },
-    ],
-  },
-  {
-    path: "/",
-    component: Layout,
-    redirect: "/curriculum",
-    children: [
-      {
-        path: "/curriculum",
-        name: "Curriculum",
-        component: () => import("@/views/curriculum/index"),
-        meta: { title: "璇捐〃", icon: "table" },
-      },
-    ],
-  },
+  // {
+  //   path: "/",
+  //   component: Layout,
+  //   redirect: "/home",
+  //   children: [
+  //     {
+  //       path: "home",
+  //       name: "home",
+  //       component: () => import("@/views/home/index"),
+  //       meta: { title: "棣栭〉", icon: "dashboard" },
+  //     },
+  //   ],
+  // },
+  // {
+  //   path: "/",
+  //   component: Layout,
+  //   redirect: "/curriculum",
+  //   children: [
+  //     {
+  //       path: "/curriculum",
+  //       name: "Curriculum",
+  //       component: () => import("@/views/curriculum/index"),
+  //       meta: { title: "璇捐〃", icon: "table" },
+  //     },
+  //   ],
+  // },
   {
     path: "/",
     component: Layout,
@@ -78,20 +78,20 @@
         path: "/student",
         name: "Student",
         component: () => import("@/views/student/index"),
-        meta: { title: "瀛﹀憳", icon: "table" },
+        meta: { title: "瀛﹀憳鍒楄〃", icon: "table" },
       },
     ],
   },
   {
     path: "/",
     component: Layout,
-    redirect: "/session",
+    redirect: "/class",
     children: [
       {
-        path: "/session",
-        name: "Session",
-        component: () => import("@/views/session/index"),
-        meta: { title: "鎶ュ憡", icon: "table" },
+        path: "/class",
+        name: "Class",
+        component: () => import("@/views/class/index"),
+        meta: { title: "鐝骇鍒楄〃", icon: "table" },
       },
     ],
   },

--
Gitblit v1.8.0