mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
Resolve #242
This commit is contained in:
parent
a9edbe9ecf
commit
47a6af52ba
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@ export const
|
|||
* @param {string=} startupUrl
|
||||
* @returns {string}
|
||||
*/
|
||||
root = (startupUrl = '') => HASH_PREFIX + pString(startupUrl),
|
||||
root = () => HASH_PREFIX,
|
||||
|
||||
/**
|
||||
* @returns {string}
|
||||
|
|
|
@ -4,7 +4,7 @@ import { MessageUserStore } from 'Stores/User/Message';
|
|||
//import { FolderUserStore } from 'Stores/User/Folder';
|
||||
|
||||
import { Capa, Scope } from 'Common/Enums';
|
||||
import { /*root,*/ settings } from 'Common/Links';
|
||||
import { root, settings } from 'Common/Links';
|
||||
|
||||
import { showScreenPopup } from 'Knoin/Knoin';
|
||||
import { AbstractViewRight } from 'Knoin/AbstractViews';
|
||||
|
@ -83,6 +83,7 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
|||
AccountUserStore.loading(false);
|
||||
*/
|
||||
// rl.route.reload();
|
||||
location.href = root();
|
||||
location.reload();
|
||||
}
|
||||
}, {Email:account.email}
|
||||
|
|
Loading…
Reference in a new issue