fix: BUG修改
This commit is contained in:
parent
8162826529
commit
aed90281a2
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user