|
@@ -124,11 +124,11 @@ const containerRef = ref();
|
|
|
const type = ref("model");
|
|
|
const defaultType = ref(["model", "video", "audio", "gallery"]);
|
|
|
const videoRef = ref();
|
|
|
+const modelUrl = import.meta.env.VITE_MODEL_URL;
|
|
|
|
|
|
-// const iframeURL = ref("https://www.4dmodel.com/SuperTwo/index.html?m=TEST");
|
|
|
-const iframeURL = ref(
|
|
|
- "https://model3d.4dage.com/model/showModel.html?m=d558c919-a001-4aef-a719-18af4ed2bd82"
|
|
|
-);
|
|
|
+// ("https://model3d.4dage.com/model/showModel.html?m=d558c919-a001-4aef-a719-18af4ed2bd82");
|
|
|
+
|
|
|
+const iframeURL = ref(modelUrl + "3477401f-6ab6-49cb-b862-a2cc6830d089");
|
|
|
|
|
|
const isModel = computed(() => type.value === "model");
|
|
|
const isVideo = computed(() => type.value === "video");
|