针对中移物联的监控只能使用一次的问题进行功能设置请求URL在使用前一刻抓取
This commit is contained in:
@@ -14,7 +14,7 @@ export default {
|
||||
<section class="AiMonitorCarousel">
|
||||
<el-carousel height="100%" indicator-position="none" arrow="hover">
|
||||
<el-carousel-item v-for="item in list" :key="item.id">
|
||||
<ai-monitor :src="item.src" :type="item.monitorType"/>
|
||||
<ai-monitor v-bind="item" :type="item.monitorType"/>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user