| | |
| | | </span> |
| | | |
| | | <div class="sub-nav-list" v-show="item.children && item.childrenFlag"> |
| | | <div :class="{ on: currentUrl.indexOf(subItem.path) != -1 }" |
| | | v-for="(subItem, subIndex) in item.children" :key="subIndex" @click.stop="goToPath(subItem, 4)"> |
| | | <div :class="{ on: currentUrl.indexOf(subItem.path) != -1 }" v-for="(subItem, subIndex) in item.children" |
| | | :key="subIndex" @click.stop="goToPath(subItem, 4)"> |
| | | {{ |
| | | subItem.menuName |
| | | }} |
| | |
| | | menuName: '扫码报警', |
| | | path: '/layout/policeAlarmRecordsManage' |
| | | }, |
| | | { |
| | | /* { |
| | | menuName: '综合搜索', |
| | | path: '/layout/comprehensiveSearch' |
| | | }, |
| | | }, */ |
| | | ] |
| | | }, |
| | | { |