This commit is contained in:
2019-04-02 14:31:34 +08:00
parent cf32eb4fb3
commit d1156cc940
23 changed files with 75 additions and 56 deletions

0
root/api/meta.js Normal file
View File

0
root/api/qtask.js Normal file
View File

9
root/api/user.js Normal file
View File

@@ -0,0 +1,9 @@
//import red from '../res/js/red'
const login = ({username, pwd}) => {
return {username};
}
const logout = () => {
}