MrShi
2024-10-25 de76f9f6d15f4e0688b961452d180b94d4cdded3
h5/apis/index.js
@@ -48,4 +48,9 @@
// 退出登录
export function logout(data){
   return post('system/logout', data)
}
// 获取当前登录企业配置信息1.0.2
export function getByLoginNew() {
   return get('business/webParam/getByLoginNew')
}