Showing
1 changed file
with
4 additions
and
1 deletions
| ... | @@ -181,7 +181,10 @@ const user = { | ... | @@ -181,7 +181,10 @@ const user = { |
| 181 | removeToken(); | 181 | removeToken(); |
| 182 | removeTime(); | 182 | removeTime(); |
| 183 | removeUserId(); | 183 | removeUserId(); |
| 184 | - location.replace(process.env.VUE_APP_BASE_ROUTE); | 184 | + // location.replace(process.env.VUE_APP_BASE_ROUTE); |
| 185 | + // setTimeout(() => { | ||
| 186 | + window.location.reload(true); | ||
| 187 | + // }, 1000); | ||
| 185 | resolve(); | 188 | resolve(); |
| 186 | }); | 189 | }); |
| 187 | }, | 190 | }, | ... | ... |
-
Please register or login to post a comment