zouyu
2023-09-08 c8ec099f3bf0d9cdc7e670ea2223c71e333d1e34
src/views/login/index.vue
@@ -217,7 +217,7 @@
            }
            this.$message.success("登录成功")
            this.btnload = false
            this.$router.push({ path: '/' })
            this.$router.push({ path: this.redirect || '/' })
          }).catch((error) => {
            this.$message.error(error.message)
            this.btnload = false