import http from '@/util/http.js' // 商品管理列表 export function goods (data) { return http({ url: '/api/goods', method: 'get', data }) }