doway-coms 2.11.91 → 2.11.92

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.11.91",
3
+ "version": "2.11.92",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -128,7 +128,7 @@ export function userResetApi(data) {
128
128
  }
129
129
  export function commonOperationSearchDataApi(data) {
130
130
  return request({
131
- url: store.getters.baseUrl + '/commonOperation/searchData',
131
+ url: store.getters.baseUrl + '/v1/commonOperation/searchData',
132
132
  method: 'post',
133
133
  data: data
134
134
  })