From ece2de514ed9f80d2fa833b55b2a5ad6a2d683f8 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 19 六月 2024 14:46:04 +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