update:
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
|||||||
this.$toast("刷新成功");
|
this.$toast("刷新成功");
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.$children[0].$children[0].onInit();
|
this.$children[0].$children[0].onInit();
|
||||||
}, 3000);
|
}, 2000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -290,10 +290,12 @@ export default {
|
|||||||
this.setLocationAplus();
|
this.setLocationAplus();
|
||||||
SetTicket(this.$route.query.ticket);
|
SetTicket(this.$route.query.ticket);
|
||||||
$(".logout").css("display", "none");
|
$(".logout").css("display", "none");
|
||||||
$("#app").addClass("old_app3");
|
|
||||||
if (sessionStorage.getItem("mode") == "older") {
|
if (sessionStorage.getItem("mode") == "older") {
|
||||||
changeStyle();
|
changeStyle();
|
||||||
this.mode = true;
|
this.mode = true;
|
||||||
|
} else {
|
||||||
|
$("#app").addClass("old_app3");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|||||||
Reference in New Issue
Block a user