import { baseFetch } from './index'; export const fetchAllArea = () => baseFetch({ url: '/area/queryAreaList', });