|
@@ -27,10 +27,7 @@ const props = defineProps({
|
|
});
|
|
});
|
|
|
|
|
|
const url = computed(
|
|
const url = computed(
|
|
- () =>
|
|
|
|
- `https://sit-qiushoubwg.4dage.com/scene/index.html#/?m=${
|
|
|
|
- props.id || "1196"
|
|
|
|
- }`
|
|
|
|
|
|
+ () => `https://sit-qiushoubwg.4dage.com/scene/index.html#/?m=${props.id}`
|
|
);
|
|
);
|
|
const handleBack = () => {
|
|
const handleBack = () => {
|
|
console.log("handleBack");
|
|
console.log("handleBack");
|