仪表盘
版本库
文件存储
活动
搜索
登录
main
/
testApp
在线考试教育APP
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
登陆缓存 样式调整
zhouwenxuan
2023-08-08
45237a5746e794060e48bd172161c08660621d5c
[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
})
}