庞东旭 преди 1 година
родител
ревизия
a4eb8f8211
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. +3
    -3
      src/views/contracted/login.vue

+ 3
- 3
src/views/contracted/login.vue Целия файл

@@ -291,7 +291,7 @@
this.$store
.dispatch("SmsLogin", this.formData)
.then(() => {
this.$router.push({ path: "/onlineHomeIndex" }).catch(() => {});
this.$router.push({ path: "/contracted/index" }).catch(() => {});
})
.catch((error) => {
this.loading = false;
@@ -325,7 +325,7 @@
}
this.$store.dispatch("Login", this.formData)
.then(() => {
this.$router.push({ path: "/lawEnforcement/index_new" }).catch(() => {});
this.$router.push({ path: "/contracted/index" }).catch(() => {});
})
.catch((error) => {
console.log(error)
@@ -412,7 +412,7 @@
this.$dialog.alert({
message: '您的初始密码:'+res.password,
}).then(() => {
this.$router.push({ path: "/onlineHome/workbench" }).catch(() => {});
this.$router.push({ path: "/contracted/index" }).catch(() => {});
});
}
})


Зареждане…
Отказ
Запис