| | |
| | | <div |
| | | class="secondMenuDiv subpage_Div" |
| | | v-show="index == showFlag ? true :false" |
| | | v-if="item.children && item.children.length>0" |
| | | > |
| | | <div |
| | | v-for="res in item.children" |
| | |
| | | }, |
| | | //鼠标移入菜单事件 |
| | | setMenuMove(index, item) { |
| | | |
| | | debugger |
| | | if (item.perms != null && item.perms != "") { |
| | | this.$router.push(item.url); |
| | | if (this.showFlag != null) { |
| | |
| | | this.changeliSelect = '%%'; |
| | | this.showFlag = null; |
| | | } |
| | | if (item.url == "Thematic") { |
| | | this.signInsertOpLog("综合展示", item.cnName) |
| | | if (item.url == "/projectController") { |
| | | this.signInsertOpLog("项目管理", item.cnName) |
| | | } |
| | | |
| | | this.changeSelectStyle = index; |
| | |
| | | } else { |
| | | if (this.showFlag != index) { |
| | | this.showFlag = index; |
| | | this.changeSelectStyle = index; |
| | | |
| | | |
| | | if (item.url && item.children && item.children.length == 0) { |
| | | window.open(item.url) |
| | | } |
| | | } else { |
| | | this.showFlag = null; |
| | | } |
| | |
| | | |
| | | if (res[i].perms == null || res[i].perms == "") { |
| | | const result = await selectMenuRecursive({ id: res[i].id }); |
| | | |
| | | debugger |
| | | if (result.code == 200) { |
| | | |
| | | res[i].children = result.result.filter((value) => { |