From 02c2abb2888dada3ad2898f247fe4ec2930a6906 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 06 九月 2024 16:18:56 +0800
Subject: [PATCH] 导出

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

diff --git a/src/router/index.js b/src/router/index.js
index ee4ea47..0361468 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -82,6 +82,19 @@
       },
     ],
   },
+  {
+    path: "/",
+    component: Layout,
+    redirect: "/session",
+    children: [
+      {
+        path: "/session",
+        name: "Session",
+        component: () => import("@/views/session/index"),
+        meta: { title: "鎶ュ憡", icon: "table" },
+      },
+    ],
+  },
   // {
   //   path: "/educational",
   //   component: Layout,

--
Gitblit v1.8.0