浏览代码

fiex: 跳转

tangning 8 月之前
父节点
当前提交
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()