This commit is contained in:
zh
2025-09-08 09:10:10 +08:00
parent 6629775367
commit 50ef8e1f05
15 changed files with 54 additions and 43 deletions

View File

@ -1,4 +1,4 @@
<template>
<!-- <template>
<Dialog
ref="baseDialog"
class="fly-roam"
@ -121,8 +121,8 @@ import { ref, reactive } from 'vue'
import { inject } from 'vue'
import Dialog from '@/components/dialog/baseDialog.vue'
const baseDialog = ref(null)
const eventBus = inject('bus')
const baseDialog: any = ref(null)
const eventBus: any = inject('bus')
var show: any = ref(false)
var flyRoam: any = reactive([])
@ -154,4 +154,4 @@ const close = (e) => {
}
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss"></style> -->