wlzboy
2026-03-06 55cb4e492f782126e941b80c53c496159d8eb3c0
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}