From 769685aef999af111db1c25fdc9b8e14cb0bf0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Wed, 24 May 2023 16:36:43 +0800 Subject: [PATCH] fix bug --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 5e6f01c..874564a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -95,8 +95,8 @@ export const constantRoutes = [ children: [ { path: 'icon', - // component: () => import('@/views/components/icons/index'), - component: () => import('@/views/business/GenDemo'), + component: () => import('@/views/components/icons/index'), + //component: () => import('@/views/business/GenDemo'), name: 'icon', meta: { title: '图标icon', icon: 'icon1', noCache: 'fasle', titleKey: 'menu.icon' } }