This commit is contained in:
Pan 2019-04-17 11:45:12 +08:00
parent 6a08c79bfb
commit 3f71147385
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ export const asyncRoutes = [
children: [
{
path: 'index',
component: 'views/svg-icons/index',
component: 'views/icons/index',
name: 'Icons',
meta: { title: 'icons', icon: 'icon', noCache: true }
}