system-phone 3.0.49-33 → 3.0.49-34
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 +1 -1
- package/src/assets//347/273/264/344/277/256/347/231/273/350/256/260.png +0 -0
- package/src/filiale/yulinyuchuan/AlreadyService.vue +1 -0
- package/src/filiale/yulinyuchuan/AttendManage.vue +1 -0
- package/src/filiale/yulinyuchuan/LoginApp.vue +1 -1
- package/src/filiale/yulinyuchuan/OnlineManage.vue +1 -1
- package/src/filiale/yulinyuchuan/SystemSetUp.vue +1 -0
- package/src/filiale/yulinyuchuan/UploadManage.vue +1 -0
package/package.json
CHANGED
|
Binary file
|
|
@@ -201,7 +201,7 @@ export default {
|
|
|
201
201
|
try {
|
|
202
202
|
let ret = {}
|
|
203
203
|
try {
|
|
204
|
-
ret = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/user/userLogin
|
|
204
|
+
ret = await this.$resetpost(`${this.$androidUtil.getProxyUrl()}/rs/user/userLogin/新手机服务`, userDataEncrypt, {
|
|
205
205
|
resolveMsg: null,
|
|
206
206
|
rejectMsg: null
|
|
207
207
|
})
|