fei
2025-12-22 d529e4e9f3b00ce5ff0d9d65670e37e422ec660c
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',
  })