common.js 132 B

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