shuinichang_/.history/src/api/fhgl_20231213095657.js

10 lines
309 B
JavaScript

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