登录页返回按钮是跳转到首页

This commit is contained in:
X1627315083@163.com
2026-03-04 11:19:04 +08:00
parent 3fc17f777a
commit 19cd83a8c1

View File

@@ -89,7 +89,7 @@
if (isVisible.value) {
isVisible.value = false
} else {
router.back()
router.push({ name: 'index' })
}
}
const onForgotPassword = () => {