DESKTOP-CVS3R96\我恁爹
2022-11-11 9ca581cca97e9ba95ff808f6b7a08c24a4758dbf
src/page/login/login.vue
@@ -53,7 +53,7 @@
    v-show="alertShow"
    :closable="closable"
    :title="texts"
    type="warning" center></el-alert>
    :type="eltype" center></el-alert>
  </div>
</template>
<script>
@@ -76,6 +76,7 @@
      medium: "medium",
      alertShow:false,
      closable:false,
      eltype:'warning',
      texts:"",
      dengl:false,
      loginBtn:false,
@@ -120,11 +121,19 @@
      if (data.status === 0) {
        this.$store.state.userInfo.phone = this.userName
        this.$store.state.userInfo.token = data.data.token
        this.texts=data.msg
        this.eltype='success'
      this.alertShow=true
      setTimeout(()=>{
        this.alertShow=false
        this.eltype='warning'
        this.$router.push('/home')
      },1000)
      this.loginBtn = false;
        window.localStorage.clear()
        window.localStorage.setItem("USERTOKEN", data.data.token);
        this.$router.push('/home')
        this.loginBtn = false;
      } else {
        this.texts=data.msg
      this.alertShow=true