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([])