GPS
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -59,6 +59,7 @@ angular.module('myApp') | ... | @@ -59,6 +59,7 @@ angular.module('myApp') |
| 59 | content:'登录token失效,请重新登录', | 59 | content:'登录token失效,请重新登录', |
| 60 | time:2 | 60 | time:2 |
| 61 | }) | 61 | }) |
| 62 | localStorage.removeItem('ls.user') | ||
| 62 | return | 63 | return |
| 63 | } | 64 | } |
| 64 | if(data.data.unfinishedOrder.id) { | 65 | if(data.data.unfinishedOrder.id) { | ... | ... |
-
Please register or sign in to post a comment