リダイレクトの際にパスが変わらない問題を修正
This commit is contained in:
parent
bf5c64d3eb
commit
a5f5219030
|
@ -410,7 +410,7 @@ export class Router extends EventEmitter<RouterEvent> implements IRouter {
|
||||||
const res = this.navigate(path, null);
|
const res = this.navigate(path, null);
|
||||||
this.emit('push', {
|
this.emit('push', {
|
||||||
beforePath,
|
beforePath,
|
||||||
path,
|
path: res._parsedRoute.fullPath,
|
||||||
route: res.route,
|
route: res.route,
|
||||||
props: res.props,
|
props: res.props,
|
||||||
key: this.currentKey,
|
key: this.currentKey,
|
||||||
|
|
Loading…
Reference in New Issue