From 5fb67b6436f1d0a5e5f2035e59845b6ef9e0d7d5 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 05 十一月 2024 10:59:13 +0800 Subject: [PATCH] 模版添加赠送字段 --- src/router/index.js | 56 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 429adb9..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,7 +78,7 @@ path: "/student", name: "Student", component: () => import("@/views/student/index"), - meta: { title: "瀛﹀憳", icon: "table" }, + meta: { title: "瀛﹀憳鍒楄〃", icon: "table" }, }, ], }, @@ -91,7 +91,7 @@ path: "/class", name: "Class", component: () => import("@/views/class/index"), - meta: { title: "鐝骇", icon: "table" }, + meta: { title: "鐝骇鍒楄〃", icon: "table" }, }, ], }, -- Gitblit v1.8.0