fei
2025-10-14 4d5f750e8fa64ec7d113a76a4d91a0757bdd2a33
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',
  })