公告板
版本库
活动
搜索
登录
H5
/
leshan-laboratory
乐山实验室h5
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-labor...
pyt
6 天以前
be31adc8150e5b21008aa7d6212fc105fc425818
[H5/leshan-laboratory.git]
/
laboratory
/
src
/
components
/
service.js
1
2
3
4
5
6
7
8
9
import axios from '@/utils/request';
// 列表
export const editSignPicture = (data) => {
return axios.post('/api/system/user/editSignPicture', { ...data })
}
export const queryDetail = (data) => {
return axios.get('/system/user/queryDetail',)
}