login界面美化

This commit is contained in:
life
2015-03-05 00:22:32 +08:00
parent 9681486db2
commit d2211bc482
5 changed files with 202 additions and 59 deletions

View File

@@ -1551,7 +1551,9 @@ function userMenu() {
this.switchAccount = new gui.MenuItem({
label: 'Switch account',
click: function(e) {
location.href = 'login.html';
window.open('login.html');
win.close();
// location.href = 'login.html';
}
});
this.theme = new gui.MenuItem({