仪表盘
版本库
文件存储
活动
搜索
登录
张磊磊
/
supipe
分支自
supipe
概况
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
20231129_qiuyh_解决钢筋笼生产查询问题、新加钢筋笼材料标示牌、调整区域打卡
邱宇豪
2023-11-29
7af2d33d8fda6af451b0873a8f642c3cf7686136
[~zhangleilei/supipe.git]
/
sz_app
/
api
/
module
/
system.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import axios from '../http.js';
export default {
/**
* 登录接口
*/
// 登录
userLogin: params =>
axios.post(`/m/login`, params),
// 退出登录
logingOut: params =>
axios.post('/usercore/login/logout', params),
}