修改视域默认值

This commit is contained in:
2025-11-14 10:59:37 +08:00
parent 895021c4b3
commit 136689a5aa
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -103,7 +103,7 @@ import Dialog from '@/components/dialog/baseDialog.vue'
const baseDialog: any = ref(null) const baseDialog: any = ref(null)
const eventBus: any = inject('bus') const eventBus: any = inject('bus')
const viewPointHeight: any = ref(1.8) const viewPointHeight: any = ref(1.8)
var horizontalViewAngle: any = ref(30) var horizontalViewAngle: any = ref(90)
var viewShed: any = reactive([]) var viewShed: any = reactive([])
var timeout: any = reactive([]) var timeout: any = reactive([])
@ -170,7 +170,7 @@ function changeFun() {
const closeCallBack = (e) => { const closeCallBack = (e) => {
viewShed.close() viewShed.close()
viewPointHeight.value = 1.8 viewPointHeight.value = 1.8
horizontalViewAngle.value = 30 horizontalViewAngle.value = 90
showEdite.value = false showEdite.value = false
} }
onBeforeUnmount(() => { onBeforeUnmount(() => {