From 04ac5e8ca9a79106fcb146dbb6b6a0d4d09a704b Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期三, 11 九月 2024 14:47:36 +0800
Subject: [PATCH] 修改标题
---
src/router/index.js | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 787d80d..429adb9 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -85,19 +85,6 @@
{
path: "/",
component: Layout,
- redirect: "/session",
- children: [
- {
- path: "/session",
- name: "Session",
- component: () => import("@/views/session/index"),
- meta: { title: "鎶ュ憡", icon: "table" },
- },
- ],
- },
- {
- path: "/",
- component: Layout,
redirect: "/class",
children: [
{
--
Gitblit v1.8.0