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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-phone",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "手机模块 前端组件",
5
5
  "author": "何宁社 <524395609@qq.com>",
6
6
  "license": "ISC",
@@ -132,7 +132,7 @@
132
132
  userid: Vue.user.name
133
133
  }
134
134
  let http = new HttpResetClass()
135
- http.load('POST', `/rs/path/operatorService`, {data: val}, {
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', `/rs/path/operatorService`, {data: val}, {
154
+ http.load('POST', `${this.$androidUtil.getProxyUrl()}/rs/path/operatorServiceAndroid`, {data: val}, {
155
155
  resolveMsg: null,
156
156
  rejectMsg: null
157
157
  }).then((res) => {