|
@@ -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()
|