src/api/register/honor.js
@@ -22,7 +22,7 @@ } export const getLisperformance = (current, size, params, cardid) => { export const getLisperformance = (current, size, params, securityid) => { return request({ url: '/api/performance/page', method: 'get', @@ -30,7 +30,7 @@ ...params, current, size, cardid securityid } }) }