src/api/system/user.js
@@ -119,13 +119,10 @@ }) } export const zc = (username, password) => { export const zc = (param) => { return request({ url: '/api/blade-user/zc', method: 'get', params: { username, password, } url: '/api/blade-system/user/register-user', method: 'post', data: param }) }