gaoluyang
4 天以前 728d7cddc4326ffd615dd6a0c6df75c54ed013c4
src/api/login.js
@@ -93,3 +93,15 @@
    data: data
  })
}
export function tideLogin(data) {
  return request({
    url: '/tide/tideLogin',
    headers: {
      isToken: false,
      repeatSubmit: false
    },
    method: 'post',
    data: data
  })
}