Skip to content

Commit

Permalink
fix no use
Browse files Browse the repository at this point in the history
  • Loading branch information
handongIMac authored and handongIMac committed Nov 29, 2023
1 parent 3528401 commit f2ef93e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/Login.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
import request from '../util/request'
function Login() {
const login = () => {
let payload = {
email: 'admin',
password: '123456'
}
request.get('User').then((res) => {

})

}
return (
<>Login Page
Expand Down

0 comments on commit f2ef93e

Please sign in to comment.