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

@@ -93,8 +93,6 @@ export default {
created() {
if (sessionStorage.getItem("mode") == "older") {
projectSelectChangeStyle();
} else {
$(".logout").css("display", "none");
}
this.onInit();
},
@@ -106,7 +104,6 @@ export default {
methods: {
// 获取数据
onInit() {
console.log("项目");
this.type =
this.$route.params.type || window.sessionStorage.getItem("type");
if (this.$route.params.type) {