MrShi
2024-10-24 333150446e8186563133de7169d429709dd2a71b
h5/apis/index.js
@@ -49,3 +49,8 @@
export function logout(data){
   return post('system/logout', data)
}
// 获取当前登录企业配置信息1.0.2
export function getByLoginNew() {
   return get('business/webParam/getByLoginNew')
}