浏览代码

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) {