mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 07:31:33 +00:00
login界面美化
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user