Browse Source

跳转时会出现短暂样式紊乱的问题修改,去掉欢迎回来

dongjh 7 months ago
parent
commit
387b08392e
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/views/user/Login.vue

+ 0 - 6
src/views/user/Login.vue

@@ -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 () {