system-phone 3.0.4 → 3.0.6
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
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
userid: Vue.user.name
|
|
133
133
|
}
|
|
134
134
|
let http = new HttpResetClass()
|
|
135
|
-
http.load('POST',
|
|
135
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/path/operatorServiceAndroid`, {data: val}, {
|
|
136
136
|
resolveMsg: null,
|
|
137
137
|
rejectMsg: null
|
|
138
138
|
}).then((res) => {
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
userid: Vue.user.name
|
|
152
152
|
}
|
|
153
153
|
let http = new HttpResetClass()
|
|
154
|
-
http.load('POST',
|
|
154
|
+
http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/path/operatorServiceAndroid`, {data: val}, {
|
|
155
155
|
resolveMsg: null,
|
|
156
156
|
rejectMsg: null
|
|
157
157
|
}).then((res) => {
|