tangning 8 miesięcy temu
rodzic
commit
e9a7aab960
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -164,7 +164,7 @@ const sceneRefWidth = computed(() => {
 const sceneURL = computed(() => main.sceneURL)
 const sceneMobileMode = computed(() => main.sceneMode == 'mobile')
 const handleList = () => {
-  window.open('/#/scene')
+  window.location.href = '/#/scene'
  }
 const sceneRef = ref()
 const main = useMainStore()