@yoooloo42/joker 1.0.199 → 1.0.200

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
@@ -22127,10 +22127,14 @@ function navigate(_ref4) {
22127
22127
  window.location.href = path;
22128
22128
  } else if (code === '1') {
22129
22129
  // VUE路由
22130
- router.push(path);
22130
+ router.push({
22131
+ path
22132
+ });
22131
22133
  } else {
22132
22134
  // 默认VUE路由
22133
- router.push(path);
22135
+ router.push({
22136
+ path
22137
+ });
22134
22138
  }
22135
22139
  }
22136
22140
  var ly0request = {