hejianhao
2025-05-08 bf78e21afc816c7fb6cb5ccce44608f13da07793
laboratory/src/views/login/index.vue
@@ -89,7 +89,7 @@
      loginReq(this.loginForm).then(res => {
        sessionStorage.setItem('token', res.token)
        sessionStorage.setItem('userInfo', JSON.stringify(res.userInfo.user))
        this.$router.push('/')
        this.$router.push('/system')
      })
    }
  }