.
This commit is contained in:
9
root/api/user.js
Normal file
9
root/api/user.js
Normal file
@@ -0,0 +1,9 @@
|
||||
//import red from '../res/js/red'
|
||||
|
||||
const login = ({username, pwd}) => {
|
||||
return {username};
|
||||
}
|
||||
|
||||
const logout = () => {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user