From 31dae96d9d34335d69f738aa6e7e23b9da4f84ec Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期六, 22 六月 2024 15:33:37 +0800 Subject: [PATCH] 审核接口更改 --- src/router/index.ts | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index ab58e99..cf80dec 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -60,14 +60,14 @@ { path: "", component: Layout, - redirect: "/index", + redirect: "/home", 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