import request from '@/utils/request' // 获取品牌 export function loadBrand (limit) { return request({ // url: 'brand', url: `https://st0.dancf.com/market-operations/market/side/1693884270949.png?x-oss-process=image/resize,w_260/sharpen,80/interlace,1,image/format,webp`, method: 'GET' }) }