brand.js 130 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import api from '../utils/api'; export default { getBrandList(params) { return api.get('/brand/list.json', params); } }