apply-clients 3.3.86 → 3.3.87
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
|
@@ -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
|
-
|
|
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
|
)
|
|
@@ -1009,8 +1009,8 @@ export default {
|
|
|
1009
1009
|
installtime: this.show_data.f_construction_date,
|
|
1010
1010
|
}
|
|
1011
1011
|
let res = await this.$resetpost(
|
|
1012
|
-
|
|
1013
|
-
`ncc/rs/logic/bjqadduser`,
|
|
1012
|
+
`${this.$androidUtil.getProxyUrl()}/ncc/rs/logic/bjqadduser`,
|
|
1013
|
+
// `ncc/rs/logic/bjqadduser`,
|
|
1014
1014
|
// `/rs/logic/bjqadduser`,
|
|
1015
1015
|
adddata
|
|
1016
1016
|
)
|