import { getDicts } from '@/api/dict' export default { getDicts(dictType) { return getDicts(dictType) } }