|
@@ -359,10 +359,6 @@ export default {
|
|
if (body) {
|
|
if (body) {
|
|
body = JSON.parse(body);
|
|
body = JSON.parse(body);
|
|
if (body.shmaiid === this.user.uid) {
|
|
if (body.shmaiid === this.user.uid) {
|
|
- this.$message({
|
|
|
|
- message: 'uu--' + this.user.uid,
|
|
|
|
- type: 'success',
|
|
|
|
- });
|
|
|
|
this.swichposition(body.shmaiid);
|
|
this.swichposition(body.shmaiid);
|
|
}
|
|
}
|
|
}
|
|
}
|