shikeying
2023-03-23 4ed7e70bb2dd379318da4d9454f86264c7fd6b88
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'
  })
}