import http from "@/http"; export default { getRegionList: (params) => { return http.get('/sccg/sccg_region/list', params); }, }