h5/apis/index.js
@@ -31,7 +31,7 @@ } // 登录 export function loginH5(data) { export function loginH5(data){ return post('system/loginH5', data) } @@ -43,4 +43,14 @@ // 取当前登录的用户信息 export function getUserInfo() { return get('system/getUserInfo') } // 退出登录 export function logout(data){ return post('system/logout', data) } // 获取当前登录企业配置信息1.0.2 export function getByLoginNew() { return get('business/webParam/getByLoginNew') }