tangning 7 meses atrás
pai
commit
461a333754

+ 1 - 0
src/view/layout/index.vue

@@ -116,6 +116,7 @@ const hiddenSlide = computed(
 );
 const handleCommand = (command) => {
   let newid = command || sceneList.value[0].id;
+  console.log('handleCommand', command, newid, sceneList.value);
   let item = sceneList.value.find(item => item.id == newid);
   sceneListName.value = item.name;
   let url = getUrlSrc(item, caseId.value)

+ 4 - 0
src/view/originalPhoto/index.vue

@@ -44,6 +44,10 @@ const settype = ref(false);
 const showModal = ref(false);
 const srcList = ["https://07akioni.oss-cn-beijing.aliyuncs.com/07akioni.jpeg","https://fuss10.elemecdn.com/a/3f/3302e58f9a181d2509f3dc0fa68b0jpeg.jpeg"]
 const list = ref([]);
+const activeNames = ref(['1'])
+const handleChange = (val: string[]) => {
+  console.log(val)
+}
 getList()
 function handleActive(params) {
   console.log("handleActive", params);

+ 1 - 1
src/view/vrmodel/index.vue

@@ -58,7 +58,7 @@ async function geiList() {
   console.log("res", list.value);
 }
 function handlegotoEdit(record) {
-  let url = record.type == 2 || record.type == 6 ? `/mega/index.html?m=${record.num}` : `/epg.html?m=${record.num}`
+  let url = record.type == 2 || record.type == 6 ? `/epg.html?m=${record.num}` : `/mega/index.html?m=${record.num}`
   window.open(url.replace("spg", "epg"));
 }
 function handleAdddyrh(record) {