// 根据字典类型查询字典数据信息 export const dataType = (dictType) => uni.$uv.http.get(`/dict/data/type/${dictType}`);