|
|
@ -1,7 +1,7 @@
|
|
|
|
<!--
|
|
|
|
<!--
|
|
|
|
* @Author: your name
|
|
|
|
* @Author: your name
|
|
|
|
* @Date: 2021-10-19 14:14:52
|
|
|
|
* @Date: 2021-10-19 14:14:52
|
|
|
|
* @LastEditTime: 2021-11-16 10:29:27
|
|
|
|
* @LastEditTime: 2021-12-01 14:50:14
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
* @Description: In User Settings Edit
|
|
|
|
* @FilePath: /data-show/src/views/Login/loginForm/index.vue
|
|
|
|
* @FilePath: /data-show/src/views/Login/loginForm/index.vue
|
|
|
@ -130,6 +130,8 @@ export default {
|
|
|
|
this.setAccount({});
|
|
|
|
this.setAccount({});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.$router.push({path: '/'})
|
|
|
|
this.$router.push({path: '/'})
|
|
|
|
|
|
|
|
}).catch(() => {
|
|
|
|
|
|
|
|
console.log("登录失败")
|
|
|
|
})
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
console.log("error submit!!");
|
|
|
|
console.log("error submit!!");
|
|
|
|