tian
2025-09-26 459783fd4af8e8c0566b57690e7f0579373d2db8
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',
  })