doway-coms 2.2.21 → 2.2.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2784,7 +2784,7 @@ export default {
2784
2784
  }
2785
2785
  }
2786
2786
  }
2787
-
2787
+ if (!tempRouteQuery) return;
2788
2788
  this.$router.pushRoute({
2789
2789
  name: tempRouteName,
2790
2790
  query: { id: tempRouteQuery },