修复已知bug
This commit is contained in:
parent
13295bb9e7
commit
c08b8fdc49
|
@ -45,6 +45,7 @@ export default {
|
||||||
AsideComponent
|
AsideComponent
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
|
this.active = this.$route.name
|
||||||
let screenWidth = document.body.clientWidth
|
let screenWidth = document.body.clientWidth
|
||||||
if(screenWidth<1000){
|
if(screenWidth<1000){
|
||||||
this.isCollapse = !this.isCollapse
|
this.isCollapse = !this.isCollapse
|
||||||
|
|
Loading…
Reference in New Issue