This commit is contained in:
2021-10-16 11:12:15 +08:00
parent 536661b800
commit 9fe2ac2c04
2 changed files with 4 additions and 2 deletions

View File

@@ -290,10 +290,12 @@ export default {
this.setLocationAplus();
SetTicket(this.$route.query.ticket);
$(".logout").css("display", "none");
$("#app").addClass("old_app3");
if (sessionStorage.getItem("mode") == "older") {
changeStyle();
this.mode = true;
} else {
$("#app").addClass("old_app3");
}
},
mounted() {