|
|
<template>
|
|
|
<el-container>
|
|
|
<el-aside style="width:250px;background-color: rgb(38, 56, 76);" id="l-menu">
|
|
|
<el-container style="height: 100%">
|
|
|
<el-aside style="width:250px;background-color: rgb(38, 56, 76)" id="l-menu">
|
|
|
<NavMenu :collapsed="collapsed"></NavMenu>
|
|
|
</el-aside>
|
|
|
|
...
|
...
|
@@ -306,6 +306,8 @@ |
|
|
}, 30000);
|
|
|
this.$nextTick(function(){
|
|
|
this.initUserInfo();
|
|
|
// this.rowDrop(); //行拖拽效果
|
|
|
|
|
|
})
|
|
|
},
|
|
|
watch: {
|
...
|
...
|
|