imatrix-ui 2.8.97-dw-tmp36 → 2.8.97-dw-tmp37

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": "imatrix-ui",
3
- "version": "2.8.97-dw-tmp36",
3
+ "version": "2.8.97-dw-tmp37",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/super-ui.umd.min.js",
6
6
  "private": false,
@@ -98,7 +98,11 @@ export default {
98
98
  path = src
99
99
  }
100
100
  if (params) {
101
- path += '?' + params
101
+ if (path && path.indexOf('?') > 0) {
102
+ path += '&' + params
103
+ } else {
104
+ path += '?' + params
105
+ }
102
106
  }
103
107
  } else {
104
108
  // 表示页面跳转