zxl
22 小时以前 c24edb79538c0e20febda6939ec03adc647a2448
1
2
3
4
5
6
7
8
import http from '@/utils/request.js'
 
export function getDicts(dictType) {
  return http.request({
    url: '/system/dict/data/type/' + dictType,
    method: 'get'
  })
}