enhance(client): ネストしたルーティングに対応
This commit is contained in:
parent
17afbc3c46
commit
66f1aaf5f7
9 changed files with 391 additions and 265 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue