From b4668a820cb11703613c59d6529898e230be0b28 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 04 八月 2025 14:57:18 +0800
Subject: [PATCH] bug修改
---
src/router/index.js | 41 ++++++++++++++++++++++++++++++++++++++++-
1 files changed, 40 insertions(+), 1 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index 1d6d96c..1b273c8 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -78,7 +78,7 @@
component: () => import("@/views/student/index"),
meta: {
title: "瀛﹀憳鍒楄〃",
- icon: "table"
+ icon: "user"
},
},
{
@@ -105,6 +105,45 @@
icon: "table"
},
}, ],
+ },{
+ path: "/",
+ component: Layout,
+ redirect: "/order",
+ children: [{
+ path: "/order",
+ name: "Order",
+ component: () => import("@/views/order/index"),
+ meta: {
+ title: "瀛﹀憳璁㈠崟",
+ icon: "form"
+ },
+ }, ],
+ },{
+ path: "/",
+ component: Layout,
+ redirect: "/attendance",
+ children: [{
+ path: "/attendance",
+ name: "Attendance",
+ component: () => import("@/views/attendance/index"),
+ meta: {
+ title: "鑰冨嫟姹囨�昏〃",
+ icon: "dashboard"
+ },
+ }, ],
+ },{
+ path: "/",
+ component: Layout,
+ redirect: "/attendance_day",
+ children: [{
+ path: "/attendance_day",
+ name: "AttendanceDay",
+ component: () => import("@/views/attendanceDay/index"),
+ meta: {
+ title: "鑰冨嫟鏃ユ姤琛�",
+ icon: "example"
+ },
+ }, ],
},
// {
// path: "/educational",
--
Gitblit v1.8.0