update:更新刷新效果,增加进入模式按钮

This commit is contained in:
2021-10-16 11:08:13 +08:00
parent 31acca95b5
commit 536661b800
10 changed files with 85 additions and 31 deletions

View File

@@ -36,8 +36,6 @@ export default {
created() {
if (sessionStorage.getItem("mode") == "older") {
projectSelectChangeStyle();
} else {
$(".logout").css("display", "none");
}
this.onInit();
},