From bf6a64ffea370b987cebc9b788df44089368c29f Mon Sep 17 00:00:00 2001 From: sakuya <81883387@qq.com> Date: Sun, 1 Aug 2021 15:28:43 +0800 Subject: [PATCH] Update systemRouter.js --- src/router/systemRouter.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/router/systemRouter.js b/src/router/systemRouter.js index 696294a6..df3705d9 100644 --- a/src/router/systemRouter.js +++ b/src/router/systemRouter.js @@ -32,15 +32,6 @@ const routes = [{ icon: "el-icon-user", }, component: () => import(/* webpackChunkName: "usercenter" */ '@/views/userCenter'), - }, - { - name: "iconSelect", - path: "/vab/iconselect", - meta: { - title: "图标选择器", - icon: "el-icon-orange", - }, - component: () => import(/* webpackChunkName: "usercenter" */ '@/views/vab/iconselect'), } ] }