Skip to content

Commit

Permalink
feat: loginRedirect add redirect (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: Setli <set_li@163.com>
  • Loading branch information
2 people authored and uyarn committed Sep 3, 2022
1 parent cf3687a commit 860a830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/router/modules/others.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default [
{
path: '/loginRedirect',
name: 'loginRedirect',
redirect: '/login',
meta: { title: '登录页', icon: LogoutIcon },
component: () => import('@/layouts/blank.vue'),
children: [
Expand Down

0 comments on commit 860a830

Please sign in to comment.