PWA支持
This commit is contained in:
@@ -53,7 +53,7 @@ const handleLogin = async () => {
|
||||
try {
|
||||
await authStore.login(password.value)
|
||||
showToast({ type: 'success', message: '登录成功' })
|
||||
router.push('/')
|
||||
router.push('/calendar')
|
||||
} catch (error) {
|
||||
showToast({ type: 'fail', message: error.message || '登录失败' })
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user