src/components/navMenu.vue
@@ -187,6 +187,9 @@ this.$router.push('/'); }, getTimeCookies() { if(!localStorage.getItem('LFToken')){ return false } var time1 = new Date(JSON.parse(localStorage.getItem('LFToken')).time); var time2 = new Date(); if (time2 > time1) { @@ -225,7 +228,7 @@ this.showFlag = null; } } // debugger // if (index === 4 || index === 5 || index === 6) { sessionStorage.removeItem('changeliSelect') this.$set(this, 'changeliSelect', null)