zxl
23 小时以前 2f5150337fa53d7c5ea2fb19f3c5a259e37c8765
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'
  })
}