import http from '@/http/api.js' // 查询品牌 export function queryCustomer(data) { return http.request({ url: '/blade-client/corpsdesc/list', method: 'GET', data }) }