fix: BUG修改

This commit is contained in:
kun 2024-03-04 19:49:36 +08:00
parent 8162826529
commit aed90281a2

View File

@ -19,7 +19,7 @@ import { ref, reactive, onMounted } from "vue";
const emits = defineEmits(["openDialog"])
const store = GlobalStore();
const activeTab = ref(0)
const iframeUrl = ref()
const iframeUrl = ref('http://jxj.zhgdyun.com:8082/bim/rt-video/srs/srs.html')
const changeActive = (activeIndex:any) => {
activeTab.value = activeIndex;
iframeUrl.value = activeIndex == 0?'http://jxj.zhgdyun.com:8082/bim/rt-video/srs/srs.html':'http://jxjzw.zhgdyun.com:8082/rt-3dmx'