fuliqi
2024-06-17 2a001b84b32b648e24e4c248442133219ceb8efb
src/views/login/index.vue
@@ -139,7 +139,7 @@
          loginApi.login(this.loginForm).then(function (result) {
            if (result && result.code === 1) {
              _this.setUserName(_this.loginForm.userName)
              _this.$router.push({ path: '/' })
              _this.$router.push({ path: '/dashboard' })
            } else {
              _this.loading = false
              _this.$message({