dedsudiyu 2 年之前
父节点
当前提交
5f95bcee59
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/views/login.vue

+ 1 - 2
src/views/login.vue

@@ -272,8 +272,7 @@ export default {
               localStorage.setItem('identityType',res.data.screen_type);
             }
             this.fullScreen();
-            //this.$router.push({ path: this.redirect || "/home" }).catch(()=>{});
-            this.$router.push({ path: this.redirect || "/safetyCheck/worktable" }).catch(()=>{});
+            this.$router.push({ path: this.redirect || "/home" }).catch(()=>{});
           }).catch(() => {
             this.loading = false;
             if (this.captchaOnOff) {