parent
2496cece91
commit
45e8331e26
150 changed files with 610 additions and 609 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const CONFIG = require('./config');
|
||||
import CONFIG from './config';
|
||||
|
||||
module.exports = () => {
|
||||
export default () => {
|
||||
localStorage.removeItem('me');
|
||||
document.cookie = `i=; domain=.${CONFIG.host}; expires=Thu, 01 Jan 1970 00:00:01 GMT;`;
|
||||
location.href = '/';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue