I have tried but didn't work, may be am missing something.
hmmo2u0o1#
vue router
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.
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') }
uttx8gqw4#
Thanks, @Harry-qi Will check
4条答案
按热度按时间hmmo2u0o1#
vue router
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.
irlmq6kh3#
@Faizanq Do you add roles to meta? This is my code.
uttx8gqw4#
Thanks, @Harry-qi Will check