apply-clients 3.3.63 → 3.3.64

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": "apply-clients",
3
- "version": "3.3.63",
3
+ "version": "3.3.64",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -487,7 +487,7 @@ export default {
487
487
  let http = new HttpResetClass()
488
488
  let res = await http.load(
489
489
  'POST',
490
- `rs/search`,
490
+ `${this.$androidUtil.getProxyUrl()}/rs/search`,
491
491
  {data: data},
492
492
  {resolveMsg: null, rejectMsg: '设计人员查询失败!!!'}
493
493
  )