import http from "@/http"; export default { getDepartmentList: () => { return http.get('/sccg/sccg_region/getTree'); } }