proxy包裹的数据 用户519495074929 2025-03-12 34 阅读1分钟 toRaw import { toRaw } from 'vue' const Data = toRaw(data) json序列化 const Data = JSON.parse(JSON.stringify(data))