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