Commit 239e8fd6 by lsk

下拉icon转换

parent 828ba543
......@@ -216,7 +216,13 @@ export default {
this.menuOpen = true;
const aside = document.querySelector("aside");
aside.className = aside.className.split(" ")[0];
this.$set(this.openFlgArr,this.recordIndext , false)
// if(){
// this.openFlgArr = new Array(this.menus.length).fill(true);
// this.$set(this.openFlgArr,this.recordIndext , false)
// }else{
// this.openFlgArr = new Array(this.menus.length).fill(true);
// }
},
closeMenu() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment