pengjing 7 mesi fa
parent
commit
3918ba8cbf
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) {