mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 10:18:43 +08:00
feat: loginRedirect add redirect (#287)
Co-authored-by: Setli <set_li@163.com>
This commit is contained in:
parent
85f38e8fcb
commit
3bf20b4eea
|
@ -20,6 +20,7 @@ export default [
|
|||
{
|
||||
path: '/loginRedirect',
|
||||
name: 'loginRedirect',
|
||||
redirect: '/login',
|
||||
meta: { title: '登录页', icon: LogoutIcon },
|
||||
component: () => import('@/layouts/blank.vue'),
|
||||
children: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user