Commit 079646d7 by wsm

修改

parent db540ab7
...@@ -100,30 +100,30 @@ export const asyncRoutes = [ ...@@ -100,30 +100,30 @@ export const asyncRoutes = [
icon: 'yen-sign', icon: 'yen-sign',
}, },
}, },
{ // {
path: 'icon', // path: 'icon',
component: EmptyLayout, // component: EmptyLayout,
redirect: 'noRedirect', // redirect: 'noRedirect',
name: 'Icon', // name: 'Icon',
meta: { // meta: {
title: '图标', // title: '图标',
permissions: ['admin'], // permissions: ['admin'],
}, // },
children: [ // children: [
{ // {
path: 'awesomeIcon', // path: 'awesomeIcon',
name: 'AwesomeIcon', // name: 'AwesomeIcon',
component: () => import('@/views/vab/icon/index'), // component: () => import('@/views/vab/icon/index'),
meta: { title: '常规图标' }, // meta: { title: '常规图标' },
}, // },
{ // {
path: 'colorfulIcon', // path: 'colorfulIcon',
name: 'ColorfulIcon', // name: 'ColorfulIcon',
component: () => import('@/views/vab/icon/colorfulIcon'), // component: () => import('@/views/vab/icon/colorfulIcon'),
meta: { title: '多彩图标' }, // meta: { title: '多彩图标' },
}, // },
], // ],
}, // },
// { // {
// path: 'table', // path: 'table',
// component: () => import('@/views/vab/table/index'), // component: () => import('@/views/vab/table/index'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment