瀏覽代碼

确权APP

rongxin_prod
庞东旭 2 年之前
父節點
當前提交
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 this.$store
.dispatch("SmsLogin", this.formData) .dispatch("SmsLogin", this.formData)
.then(() => { .then(() => {
this.$router.push({ path: "/onlineHomeIndex" }).catch(() => {});
this.$router.push({ path: "/contracted/index" }).catch(() => {});
}) })
.catch((error) => { .catch((error) => {
this.loading = false; this.loading = false;
@@ -325,7 +325,7 @@
} }
this.$store.dispatch("Login", this.formData) this.$store.dispatch("Login", this.formData)
.then(() => { .then(() => {
this.$router.push({ path: "/lawEnforcement/index_new" }).catch(() => {});
this.$router.push({ path: "/contracted/index" }).catch(() => {});
}) })
.catch((error) => { .catch((error) => {
console.log(error) console.log(error)
@@ -412,7 +412,7 @@
this.$dialog.alert({ this.$dialog.alert({
message: '您的初始密码:'+res.password, message: '您的初始密码:'+res.password,
}).then(() => { }).then(() => {
this.$router.push({ path: "/onlineHome/workbench" }).catch(() => {});
this.$router.push({ path: "/contracted/index" }).catch(() => {});
}); });
} }
}) })


Loading…
取消
儲存