Fixed login/logout issue

This commit is contained in:
2017-10-26 09:44:43 +07:00
parent d2327c92dd
commit b3c27d513d
4 changed files with 33 additions and 31 deletions

View File

@@ -15,6 +15,7 @@ require('../css/index.css')
var root = document.body
var page = cookie.get('signal')
console.log(page);
if (page == '') {
m.mount(root, header)