fei
2025-11-16 f371d3ffa56f5cc279d1f9079a909665ccd13b1f
src/api/system/placeName.js
@@ -11,7 +11,8 @@
// 查询【请填写功能名称】列表
export function listAllPlaceName() {
  return request({
    url: '/system/placeName/listAll',
    // url: '/system/placeName/listAll',
    url: '/system/placeName/list',
    method: 'get',
  })