@@ -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();
}
})