数组对象去重 this.optionsSize = [...new Set(this.optionsSize.map(JSON.stringify))].map(JSON.parse) console.log(this.optionsSize )