杨磊
2 天以前 81a132f7b5d022e8d55dc1fefe2a7357f5bcbafa
src/layout/components/login.vue
@@ -223,11 +223,6 @@
    })
}
watchEffect(() => {
  if (dialogFormVisible.value) {
  }
})
//登录
const loginBtn = () => {
@@ -309,7 +304,14 @@
        })
      }
    }
    router.go(0)
    if (localStorage.getItem('loginBack')) {
      console.log(localStorage.getItem('loginBack'))
      debugger
      window.location.href = localStorage.getItem('loginBack')
      localStorage.removeItem('loginBack')
    } else {
      router.go(0)
    }
  })
}
@@ -813,20 +815,5 @@
.selectPhone {
  background: #fff;
}
::v-deep(.el-select) {
  width: 100px;
  height: 30px;
  color: red;
  border: none !important;
  ::v-deep(.select-trigger) {
    height: 100%;
    .el-input--suffix {
      height: 100%;
      background-color: #fff;
    }
  }
}
</style>