|
@@ -66,7 +66,7 @@ const caseId = computed(() => {
|
|
|
return Number(caseId);
|
|
|
}
|
|
|
});
|
|
|
-const sceneURL = ref(null)
|
|
|
+const sceneURL = ref(`/code/index.html?caseId=${caseId.value}&single#/show`)
|
|
|
const sceneList = computed(() => {
|
|
|
let mylist = getCaseSceneListData()
|
|
|
return [{ id: -1, type: 99, name: '多元融合' }, ...mylist];
|