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) {