公告板
版本库
活动
搜索
登录
H5
/
leshan-laboratory
乐山实验室h5
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
对接评定接口和中台待办事项
董国庆
2025-06-25
d8d68a0aee93073b5ec3195368ca0ed1076f66a2
[H5/leshan-laboratory.git]
/
laboratory
/
src
/
views
/
middleground
/
service.js
1
2
3
4
5
6
7
8
9
import axios from '@/utils/request';
// 登录
export const getList = (data) => {
return axios.get('/open/t-notice/list', { ...data })
}
export const read = (data) => {
return axios.get(`/open/t-notice/read?id=${data.id}`, { ...data })
}