Browse Source

登出接口

master
蔡玲玲 3 months ago
parent
commit
099e301f05
  1. 5
      lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js

5
lms/nladmin-ui/src/views/wms/produceScreen/produceScreen.js

@ -141,10 +141,11 @@ export function sendVehicle(data) {
} }
// 11.用户登出 // 11.用户登出
export function loginOut() { export function loginOut(data) {
return request({ return request({
url: 'mobile/auth/loginOut', url: 'mobile/auth/loginOut',
method: 'get' method: 'post',
data
}) })
} }
// export function loginOut() { // export function loginOut() {

Loading…
Cancel
Save