@zhongguo168a/yxeditor-common 0.0.24 → 0.0.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -3837,7 +3837,7 @@ class PageRepo extends PageList {
3837
3837
  this.open(this._history.pop());
3838
3838
  }
3839
3839
  getByRoute(route) {
3840
- return this._indexRoute[route.path];
3840
+ return this._indexRoute[route.key];
3841
3841
  }
3842
3842
  listByTags(tags) {
3843
3843
  let list = new PageList();