仪表盘
版本库
文件存储
活动
搜索
登录
main
/
testApp
在线考试教育APP
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
审核接口
zhouwenxuan
2023-07-20
94c0d0e83488dc4aa0cfb57b652d334ca920ee5a
[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
})
}