From 8df9d3bd6e79a5f02c2f8c276379f8d8bd7a4069 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 2 Jun 2022 09:56:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96router=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 8895ffb6..81ca73ed 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -109,15 +109,6 @@ export const moduleShujuRoutes = { title: "主入口布局", }, children: [ - { - path: "/home2", - component: () => import("@/views/modules/home"), - name: "home2", - meta: { - title: "主页2", - isTab: false, - }, - }, { path: "/main-shuju/visual-basicinfo-people/:uid", props: true,