apply-clients 3.5.5-102 → 3.5.5-106

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.5.5-102",
3
+ "version": "3.5.5-106",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -1509,7 +1509,7 @@ export default {
1509
1509
  let http = new HttpResetClass()
1510
1510
  let res = await http.load(
1511
1511
  'POST',
1512
- `rs/sql/apply_singleTable`,
1512
+ `${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,
1513
1513
  {data: data},
1514
1514
  {resolveMsg: null, rejectMsg: '街道/乡镇查询失败!!!'}
1515
1515
  )