doway-coms 2.2.10 → 2.2.11

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.10",
3
+ "version": "2.2.11",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -102,7 +102,7 @@ export function objectAuditLogApi(data) {
102
102
  export function userResetApi(data) {
103
103
  return request({
104
104
  url: store.getters.umsUrl + '/v1/user/userReset',
105
- method: 'git',
105
+ method: 'get',
106
106
  params: data
107
107
  })
108
108
  }