From c5423fab2f9deaf37f6a154361c65be814cae5fc Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Sun, 27 Sep 2020 02:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4h5=E8=B0=83=E8=AF=95=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/wechat.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/wechat.js b/libs/wechat.js index 1edbf74..f9e5144 100644 --- a/libs/wechat.js +++ b/libs/wechat.js @@ -126,7 +126,6 @@ export function clearAuthStatus() { export async function oAuth() { console.log('处理微信授权') - console.log('处理微信授权cookie', cookie.get("spread")) console.log(store) console.log(store.state) return new Promise((resolve, reject) => { @@ -154,7 +153,6 @@ export async function auth(code) { let loginType = cookie.get(LOGINTYPE); let spread = cookie.get('spread'); alert(spread) - debugger wechatAuth(code, spread, loginType) .then(({ data }) => { console.log(data)