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