git
zxl
3 天以前 4ffba3fd6c96ba4e5e3d44b0c7a142d5bac1847b
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'
  })
}