import req from '../../utils/request.js' /** * 获取字典信息 * @param {Object} data */ export function getDictInfoByType(data) { return req.request({ url:'/system/dict/data/type/' + data, method: 'GET', }) }