|
@@ -547,10 +547,6 @@ export default {
|
|
|
},
|
|
|
destroyed() {},
|
|
|
mounted() {
|
|
|
- if (document.body.clientWidth <= 1500) {
|
|
|
- //小屏适配
|
|
|
- this.isCollapse = true;
|
|
|
- }
|
|
|
if(sessionStorage.getItem('hasGetMenu')){
|
|
|
this.navlists=JSON.parse(sessionStorage.getItem('MenuList'))
|
|
|
sessionStorage.removeItem('hasGetMenu')
|