doway-coms 1.6.52 → 1.6.53

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": "1.6.52",
3
+ "version": "1.6.53",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -75,14 +75,14 @@ export function deleteObjectCommentApi(data) {
75
75
  }
76
76
  export function sendMsgApi(data) {
77
77
  return request({
78
- url: store.getters.msgUrl + '/sendMsg',
78
+ url: store.getters.msgUrl + '/v1/objectComment/sendMsg',
79
79
  method: 'post',
80
80
  data: data
81
81
  })
82
82
  }
83
83
  export function userInfoSearchApi(data) {
84
84
  return request({
85
- url: store.getters.umsUrl + 'userInfo',
85
+ url: store.getters.umsUrl + '/v1/user/userInfo',
86
86
  method: 'get',
87
87
  params: data
88
88
  })