shikeying
2023-04-03 d8887d36d08e3a0a5068763c8460b0b4f16e87ee
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'
  })
}