Closed lightnoway closed 4 weeks ago
如果 next({ path: from.fullPath, replace: true, query: from.query, hash: to.hash }); 的意图是取消跳转的话
next({ path: from.fullPath, replace: true, query: from.query, hash: to.hash });
使用 next(false) 更准确。
而使用replace ,也许会和用户代码 一起产生 非预期的可能
不是取消跳转 你这个变更的目的是啥
如果
next({ path: from.fullPath, replace: true, query: from.query, hash: to.hash });
的意图是取消跳转的话使用 next(false) 更准确。
而使用replace ,也许会和用户代码 一起产生 非预期的可能