tangning hace 8 meses
padre
commit
e9a7aab960
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()