|
@@ -237,7 +237,7 @@ const goLabShow = () => {
|
|
|
showLampPreview.value = true;
|
|
showLampPreview.value = true;
|
|
|
};
|
|
};
|
|
|
const goBack = () => {
|
|
const goBack = () => {
|
|
|
- router.push("/virtual-laboratory");
|
|
|
|
|
|
|
+ window.location.href = "/virtual-laboratory";
|
|
|
};
|
|
};
|
|
|
// 切换灯光状态
|
|
// 切换灯光状态
|
|
|
const toggleLight = () => {
|
|
const toggleLight = () => {
|