@ -478,7 +478,6 @@ export function _copy(val) {
}
export function cloneDeep(val) {
console.log(1)
return JSON.parse(JSON.stringify(val))