vue 拼接一个字符串成为一个数组
// 拼接字符串成为一个数组
const pathInfo = { pic: response.data.tem_path }
// 往数组里添加数据push
this.addGoodsForm.pics.push(pathInfo)
// 拼接字符串成为一个数组
const pathInfo = { pic: response.data.tem_path }
// 往数组里添加数据push
this.addGoodsForm.pics.push(pathInfo)