Update systemRouter.js

This commit is contained in:
sakuya 2021-08-01 15:28:43 +08:00
parent 31d1034e06
commit bf6a64ffea
1 changed files with 0 additions and 9 deletions

View File

@ -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'),
}
]
}