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