ll
liukangdong
2024-12-19 de22230d44c4630c9d240699bcac8346e7b3fba2
h5/api/staff.js
@@ -61,7 +61,7 @@
// loginout
export const logoutPost = (data) => {
  return http({
    url: '/logout',
    url: '/logoutForH5',
    method: 'post',
    data
  })