apply-clients 3.5.3-79 → 3.5.3-80

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.3-79",
3
+ "version": "3.5.3-80",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -327,7 +327,7 @@ export default {
327
327
  let data = {
328
328
  charge: this.charge
329
329
  }
330
- let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'rs/logic/confirmCharge', {data: data}, {
330
+ let res = await http.load('POST', this.$androidUtil.getProxyUrl() +'/rs/logic/confirmCharge', {data: data}, {
331
331
  resolveMsg: null,
332
332
  rejectMsg: '提交失败!!!'
333
333
  })