update:
This commit is contained in:
@@ -77,7 +77,7 @@ export default {
|
||||
this.$toast("刷新成功");
|
||||
this.isLoading = false;
|
||||
this.$children[0].$children[0].onInit();
|
||||
}, 3000);
|
||||
}, 2000);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user