视频对接3

This commit is contained in:
zzyuan 2025-07-08 16:08:32 +08:00
parent 849619c8bd
commit 4436a2df2e
2 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -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);