lyh
2025-05-28 e14ed882d12df3b48e59390eba364442cdff70bd
src/views/user/Login.vue
@@ -163,9 +163,13 @@
        // this.$router.push({ path: "/isps/userAnnouncement" }).catch(() => {
        //   console.log('登录跳转首页出错,这个错误从哪里来的')
        // })
        this.$router.push({ path: '/dashboard/analysis' }).catch(() => {
          console.log('登录跳转首页出错,这个错误从哪里来的')
        })
        if(this.$route.query.redirect.split('/')[1] === 'terminal') return
        this.$notification.success({
          message: '欢迎',
          description: `${timeFix()},欢迎回来`
@@ -181,7 +185,6 @@
                duration: 60,
                icon: <a-icon type = 'exclamation-circle'style = 'color:red' / >,
            })
            }
          }
        })