作者:奇奇丶承诺 | 来源:互联网 | 2023-09-24 19:08
{
1 2 3 4 5 6 7 8 9 10
| path: '/student',
component: Layout,
redirect: '/student',
name: 'Student',
hidden: false,
children: [{
path: 'index',
component: () => import('@/views/student/index'),
meta: { title: '学生管理', icon: 'form' }
}] |
}
我想在icon 中设置阿里巴巴的图标,可是不知道怎么设置,现在只能使用elementUI中默认的那些图标,但那些样式并不能很好的满足我的需求