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