spring
4 天以前 e2db885233d9ed8c6c9f7912ba8e7b7d1998f437
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
  })
}