fix
This commit is contained in:
parent
fb72684328
commit
36356a5743
1 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@ const call = async (stear, { find, resolve, close, render, call, include, event
|
|||
/*event.onBeforRerender = async () => { }*/
|
||||
/*event.onAfterRerender = async () => { }*/
|
||||
|
||||
event.onHashChange
|
||||
|
||||
let menu = [
|
||||
include(splash),
|
||||
include(apps),
|
||||
|
@ -68,4 +66,4 @@ const call = async (stear, { find, resolve, close, render, call, include, event
|
|||
</div>;
|
||||
}
|
||||
|
||||
export default new SWindow({ call, backgroundColor: "#dde", hash:"/" });
|
||||
export default new SWindow({ call, backgroundColor: "#dde"});
|
Loading…
Reference in a new issue