| | |
| | | <template> |
| | | <div class="tree-menu" :style="`max-height:${height - 200}px;`"> |
| | | <div class="devArea"> |
| | | <swiper :options="swiperOption" v-if="showDevArea"> |
| | | <div class="devArea" v-if="showDevArea"> |
| | | <swiper :options="swiperOption"> |
| | | <swiper-slide |
| | | v-for="item in nodeList" |
| | | :key="item.devId" |
| | |
| | | if ( |
| | | this.src && |
| | | this.src.indexOf("http://apps.smartai.com/httpImage/") === -1 && |
| | | this.src.indexOf("/images") !== 0 |
| | | this.src.indexOf("/images") !== 0 && |
| | | this.src.indexOf("/files") !== 0 |
| | | ) { |
| | | return "/httpImage/" + this.src; |
| | | } else { |