loulijun2021
2022-06-17 20c96f3dab1a3d9e10996a0580ef157293d45e06
src/api/user.js
@@ -7,11 +7,10 @@
    params: data
  })
}
export function LoginMenu(data) {
export function LoginMenu() {
  return request({
    url: 'Login/LoginMenu',
    method: 'get',
    params: data
    method: 'get'
  })
}