WXL
2025-01-09 07e07d6663c15f2ed6ba77ab3afe2aea7d0bcf1a
src/api/system/dict/type.js
@@ -20,7 +20,7 @@
// 新增字典类型
export function addType(data) {
  return request({
    url: '/system/dict/type',
    url: '/system/dict/type/add',
    method: 'post',
    data: data
  })
@@ -57,4 +57,4 @@
    url: '/system/dict/type/optionselect',
    method: 'get'
  })
}
}