From 815290d6ebee680a5959839c8da868d4e254ba49 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 10 九月 2024 16:45:45 +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..429adb9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -82,6 +82,19 @@
},
],
},
+ {
+ path: "/",
+ component: Layout,
+ redirect: "/class",
+ children: [
+ {
+ path: "/class",
+ name: "Class",
+ component: () => import("@/views/class/index"),
+ meta: { title: "鐝骇", icon: "table" },
+ },
+ ],
+ },
// {
// path: "/educational",
// component: Layout,
--
Gitblit v1.8.0