src/api/firmInfo/firmInfo.js @@ -18,3 +18,12 @@ params, }) } export const getPage = (params) => { const url = `/yw/firmInfo/page` return request({ url, method: 'get', params, }) }