apply-clients 3.3.86 → 3.3.89

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.86",
3
+ "version": "3.3.89",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -181,8 +181,8 @@ export default {
181
181
  })
182
182
  if (data.f_material_name.substr(0,3) === '报警器'){
183
183
  let res = await this.$resetpost(
184
- // `${this.$androidUtil.getProxyUrl()}/ncc/rs/logic/bjqcheck`,
185
- `ncc/rs/logic/bjqcheck`,
184
+ `${this.$androidUtil.getProxyUrl()}/ncc/rs/logic/bjqcheck`,
185
+ // `ncc/rs/logic/bjqcheck`,
186
186
  // `/rs/logic/bjqcheck`,
187
187
  data
188
188
  )