소스 검색

fiex: 跳转

tangning 10 달 전
부모
커밋
e9a7aab960
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()