From aa3d3ad8fdb71c9cdbc05ae46270cbcddff0a6f1 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期二, 18 六月 2024 16:56:10 +0800 Subject: [PATCH] t调整菜单 --- src/router/index.ts | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index ab58e99..1971ea6 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -62,12 +62,12 @@ component: Layout, redirect: "/index", children: [ - { - path: "/index", - component: () => import("@/views/index.vue"), - name: "Index", - meta: { title: "鍑戒欢淇℃伅", icon: "dashboard", affix: true }, - }, + // { + // path: "/index", + // component: () => import("@/views/index.vue"), + // name: "Index", + // meta: { title: "鍑戒欢淇℃伅", icon: "dashboard", affix: true }, + // }, ], }, { -- Gitblit v1.9.1