|
@@ -139,13 +139,7 @@ export default {
|
|
|
//登录成功
|
|
|
loginSuccess () {
|
|
|
this.$router.push({ path: "/interLock/summary" }).catch(()=>{
|
|
|
- // this.$router.push({ path: "/dashboard/analysis" }).catch(()=>{
|
|
|
- console.log('登录跳转首页出错,这个错误从哪里来的')
|
|
|
})
|
|
|
- this.$notification.success({
|
|
|
- message: '欢迎',
|
|
|
- description: `${timeFix()},欢迎回来`,
|
|
|
- });
|
|
|
},
|
|
|
|
|
|
stepCaptchaSuccess () {
|