视频对接3
This commit is contained in:
parent
849619c8bd
commit
4436a2df2e
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
</div>
|
||||
</template>
|
||||
<!-- <script src="./codebase/webVideoCtrl.js"></script> -->
|
||||
<script src="./codebase/webVideoCtrl.js"></script>
|
||||
<script>
|
||||
import $ from 'jquery';
|
||||
import { getKitchenDeviceSelectApi } from "@/api/kitchen/devices";
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
</div>
|
||||
</template>
|
||||
<!-- <script src="./codebase/webVideoCtrl.js"></script> -->
|
||||
<script src="./codebase/webVideoCtrl.js"></script>
|
||||
<script>
|
||||
import $ from 'jquery';
|
||||
import { getKitchenDeviceSelectApi } from "@/api/kitchen/devices";
|
||||
|
|
@ -154,7 +154,7 @@ methods:{
|
|||
async handleNodeClick(data) {
|
||||
if(data.deviceExtendInfo&&data.deviceExtendInfo!=""){
|
||||
let obj = JSON.parse(data.deviceExtendInfo)
|
||||
this.chosenChannel = 27
|
||||
this.chosenChannel = 15
|
||||
setTimeout(() => {
|
||||
this.iframeLoaded(this.chosenWinNo,this.chosenChannel)
|
||||
}, 500);
|
||||
|
|
|
|||
Loading…
Reference in New Issue