diff --git a/src/layout/components/TopNav/Index.vue b/src/layout/components/TopNav/Index.vue index df5c76b0..e260a65b 100644 --- a/src/layout/components/TopNav/Index.vue +++ b/src/layout/components/TopNav/Index.vue @@ -139,7 +139,7 @@ export default { }else{ //console.log(times,'times'); let intTimes=parseInt(times); - if(intTimes<4){ + if(intTimes<3){ this.signInShow = true;//显示 intTimes++; localStorage.setItem(this.signLocalTimesKey,intTimes);