wlzboy
2025-12-30 a4b14a35a2209a30e53472e6333b13aa4a55b0eb
1
2
3
4
5
6
7
import { getDicts } from '@/api/dict'
 
export default {
  getDicts(dictType) {
    return getDicts(dictType)
  }
}