Skip to content
Snippets Groups Projects
Unverified Commit 6a97f0b7 authored by syuilo's avatar syuilo
Browse files

[Client] Fix bug

parent d885b872
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ export default (os: MiOS) => new Vuex.Store({
logout(ctx) {
ctx.commit('updateI', null);
document.cookie = `i=; domain=${hostname}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
document.cookie = 'i=;';
localStorage.removeItem('i');
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment