소스 검색

注释log

695593266@qq.com 11 달 전
부모
커밋
5f157e192a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/singleLogin/index.vue

+ 2 - 2
src/views/singleLogin/index.vue

@@ -449,10 +449,10 @@
 
         this.isInfo = false;
 
-        console.log(this.infoForm, 'this.infoForm');
+        // console.log(this.infoForm, 'this.infoForm');
         this.$store.commit('user/setAllUserInfo', this.infoForm);
 
-        console.log(this.$store.state.user, 'this.$store.state.user');
+        // console.log(this.$store.state.user, 'this.$store.state.user');
         this.$router.push(this.$route?.query?.from ?? '/').catch(() => {});
       },