web
5 天以前 c4dfc001d0914774ca9ec4b49823c12c65cd74ef
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('登录失败!')