From 044208354a46f155857ca7f29ddc35185f1bcd57 Mon Sep 17 00:00:00 2001 From: youmengting <2080639302@qq.com> Date: Thu, 16 Nov 2023 10:02:26 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E4=BF=AE=E6=94=B9=E7=BD=91=E9=A1=B5?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E5=90=8E=E9=80=9A=E8=BF=87=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E8=B7=B3=E8=BD=AC=E6=97=B6=EF=BC=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=BC=93=E5=AD=98=E9=97=AE=E9=A2=98."?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit f552c2cb3d8e4e7c6b933b827b68c717127bc73f. --- pages/welcome/welcome.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/welcome/welcome.vue b/pages/welcome/welcome.vue index a1a9f40..4916917 100644 --- a/pages/welcome/welcome.vue +++ b/pages/welcome/welcome.vue @@ -45,10 +45,6 @@ this.getAccessToken();//获取openID } else { - uni.setStorageSync("accountId",""); - uni.setStorageSync("urlKey",""); - uni.setStorageSync("urlCode",""); - if(locationPathArr[1]){ let accountId = locationPathArr[1].split("&")[0]; app.globalData.accountId=accountId;