登录页面底部圆角问题

This commit is contained in:
alger
2021-09-30 14:31:31 +08:00
parent 556e0f03fc
commit 2bbe5bf72f
2 changed files with 8 additions and 3 deletions
+5 -2
View File
@@ -101,8 +101,8 @@ const options = [
key: 'Girl'
},
{
label: 'In My Life',
key: 'In My Life'
label: 'login',
key: 'login'
},
{
label: '退出登录',
@@ -119,6 +119,9 @@ const selectItem = (key: any) => {
localStorage.clear()
})
break;
case 'login':
router.push("/login")
break;
}
}