“linengliang”
2023-11-02 afaaa390b00bee8aea26e5de978fdb19c82aaa8a
src/views/user/Login.vue
@@ -112,7 +112,7 @@
      },
      // 登录后台成功
      requestSuccess(loginResult){
        this.$router.push({ path: "/dashboard/analysis" }).catch(()=>{
        this.$router.push({ path: "/isps/userAnnouncement" }).catch(()=>{
          console.log('登录跳转首页出错,这个错误从哪里来的')
        })
        this.$notification.success({
@@ -127,6 +127,8 @@
                  that.$notification.success({
                    message: '最新未读消息【'+res.result[i].msgCategory+'】',
                    description:res.result[i].msgContent,
                    duration:60,
                    icon:<a-icon type="exclamation-circle" style="color:red" />,
                  });
                }
            }