fixed homepage url issue
This commit is contained in:
parent
65b7ce6763
commit
4fd621b999
@ -848,7 +848,7 @@
|
|||||||
page: "homepage",
|
page: "homepage",
|
||||||
thisField: null,
|
thisField: null,
|
||||||
};
|
};
|
||||||
history.pushState(appState, null, '');
|
history.pushState(appState, null, location.pathname + location.search);
|
||||||
render("homepage")
|
render("homepage")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user