enhance(client): ネストしたルーティングに対応

This commit is contained in:
syuilo 2022-07-20 19:59:27 +09:00
parent 17afbc3c46
commit 66f1aaf5f7
9 changed files with 391 additions and 265 deletions

View file

@ -114,7 +114,7 @@ function menu(ev) {
function back() {
history.pop();
router.change(history[history.length - 1].path, history[history.length - 1].key);
router.replace(history[history.length - 1].path, history[history.length - 1].key);
}
function close() {