Browse Source

app缓存清除

pengjing 7 months ago
parent
commit
3918ba8cbf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      parth5/parth5/src/app/service/user.service.ts

+ 1 - 0
parth5/parth5/src/app/service/user.service.ts

@@ -65,6 +65,7 @@ export class UserService {
     this.lStorage.removeItem('userExt');
     this.lStorage.removeItem(this.tokenName);
     this.lStorage.removeItem(this.openIDName);
+    this.lStorage.removeItem(this.wxUserIdName);
   }
 
   setToken(token: string) {