wangjuncheng
2025-04-17 c7ee7ba7f3c295743f4f2d72ae82e2390bf8bfd4
1
2
3
4
5
6
7
8
import { ref } from "vue"
 
// 全局状态,创建在模块作用域下
export const showDeviceDetail = ref(false)
export const deviceDetail = ref({})
export const className = ref("device")
export const dialogPositon = ref({})
export const checkedKeys = ref([])