kg.js 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 import axios from '@/utils/axios'; import { fn } from '@/api/fn'; const Api = { KG_LIST: '/srv/?a=kg_list', // 幼儿园列表页 } export const kgListAPI = (params) => fn(axios.get(Api.KG_LIST, { params }))