update:更新刷新效果,增加进入模式按钮
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user