|
@@ -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
|