xiabx 5 년 전
부모
커밋
69e81b55bc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/helper/interface.js

+ 0 - 1
src/helper/interface.js

@@ -35,7 +35,6 @@ const hasCreateShortCut = (isPayPage = false,fn) => {
             fn && fn(true);
           },
           fail: (code) => {
-            console.log('asdddddddd',code);
             if (code === SHORT_CUT_FORBIDDEN_INFO && !isPayPage) app.exit();
           }
         })