vue-element-admin How can I add Frontend routes

pkln4tw6  于 22天前  发布在  其他
关注(0)|答案(4)|浏览(13)

I have tried but didn't work, may be am missing something.

ccrfmcuu

ccrfmcuu2#

@mayunhai I know about Vue Router am just wanna know is there any simple flow where I can add frontend routes(I have put asyncroute which does not work) without changing Route Logic.

irlmq6kh

irlmq6kh3#

@Faizanq Do you add roles to meta? This is my code.

{
       path: 'partner',
       name: 'partner',
       meta: { title: 'partner', icon: '', roles: ['admin'] },
       component: () => import('@/views/clientManage/partner/index')
 }
uttx8gqw

uttx8gqw4#

Thanks, @Harry-qi Will check

相关问题