ソースを参照

app缓存清除

pengjing 7 ヶ月 前
コミット
3918ba8cbf
1 ファイル変更1 行追加0 行削除
  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) {