Browse Source

init

newStyle
lancer 3 years ago
parent
commit
404e000616
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/page/index/tags.vue

+ 2
- 1
src/page/index/tags.vue View File

@@ -75,7 +75,8 @@
},
mounted() {
this.setActive()
if(localStorage.getItem('allClose')){
console.log(localStorage.getItem('allClose'));
if(localStorage.getItem('allClose')=='true'){
this.closeAllTags()
}
},


Loading…
Cancel
Save