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', })