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

@@ -77,7 +77,7 @@ export default {
this.$toast("刷新成功");
this.isLoading = false;
this.$children[0].$children[0].onInit();
}, 3000);
}, 2000);
}
}
};

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() {