china
2023-04-17 a951e53a3d35c67e9a97aca03558ab7721edcad3
src/api/system/dict/data.js
@@ -20,7 +20,8 @@
// 根据字典类型查询字典数据信息
export function getDicts(dictType) {
  return request({
    url: '/system/dict/data/type/' + dictType,
    // url: '/system/dict/data/type/' + dictType,
    url: '/permit/dict/data/type/' + dictType,
    method: 'get'
  })
}