goeasy + login

This commit is contained in:
2021-04-06 14:05:14 +08:00
parent 39e00f1811
commit 3ec8d96fff
11 changed files with 151 additions and 10 deletions

5
utils/api.js Normal file
View File

@@ -0,0 +1,5 @@
import {get,post} from "./request"
export function login(data){
return get('/login/login',data)
}