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;