From c9bce23eaefaca45f9aea44da4a3f55b64c57e54 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 19 六月 2024 14:59:15 +0800 Subject: [PATCH] 首页部分内容添加 --- 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