xufenglei
2018-03-30 26332c174e8e62e7e2cd5b17fe8089b9135a8b8a
src/app/business/services/http/login.service.ts
@@ -51,7 +51,7 @@
               const now = new Date();
               // expiredTime,refreshToken,refreshTime 与平台的 token 分开储存
               this.setRefreshTime();
               localStorage.setItem('expiredTime', this.authorization.expiredTime.toString());
               localStorage.setItem('expiredTime', String(this.authorization.expiredTime));
               localStorage.setItem('refreshToken', this.authorization.refreshToken);
               return res;
           }