dashboard
repositories
filestore
activity
search
login
main
/
testApp
在线考试教育APP
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
文件
zhouwenxuan
2023-07-20
08ff7f8f8e5224e83b324b469465cc133c2725dc
[testApp.git]
/
api
/
index.js
1
2
3
4
5
6
7
8
9
import {service} from '../common/request.js';
export function login(data) {
return service({
url: '/account/auth/login',
method: 'POST',
data
})
}