关于[…res] , {…res}
msiteFoodTypes(this.geohash).then(res => {
console.log(res);
let resLength = res.length;
let resArr = [...res]; // 返回一个新的数组 深拷贝 这两个数组所作的操作 不会被干预
console.log(resArr);
res.push( msiteFoodTypes(thi