fei
2025-11-19 9505153e1941acd6498591ef10abe81ba4c05fbc
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',
  })