RuoYi
2024-11-22 c0e119f8e00373ff63d1208c1773c0f5c8ac601f
ruoyi-ui/src/api/login.js
@@ -5,7 +5,8 @@
  return request({
    url: '/auth/login',
    headers: {
      isToken: false
      isToken: false,
      repeatSubmit: false
    },
    method: 'post',
    data: { username, password, code, uuid }