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