area.ts 124 Bytes
Newer Older
姜雷 committed
1 2 3 4 5 6
import { baseFetch } from './index';

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