china
2023-05-11 c7bc3eb18e1fda4254ca0195e2133d2ed978de11
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'
  })
}