src/api/fireSupplement/fireSupplement.js
File was renamed from src/views/fireSupplement/fireSupplement.js @@ -12,12 +12,12 @@ }) } export const getDetail = (id) => { export const getDetail = (fireId) => { return request({ url: '/api/blade-fireSupplement/fireSupplement/detail', method: 'get', params: { id fireId } }) }