web
2025-04-28 55373c6b400d879ba4a4cdae752fe5140c7b11f6
src/views/login.vue
@@ -208,7 +208,7 @@
                localStorage.setItem('id', JSON.stringify(res.data.id))
                localStorage.setItem('userType', JSON.stringify(res.data.userType))
                router.push("/screen");
                router.push("/flow");
            }).catch(error => {
                loading.value = false;
                proxy.$modal.msgError('登录失败!')