diff --git a/request/index.js b/request/index.js index 8e78f8e..13d026b 100644 --- a/request/index.js +++ b/request/index.js @@ -90,4 +90,12 @@ export default (params) => { } }); }).catch(() => { }); -}; \ No newline at end of file +}; +// 使用方法 +// import { pageStudyInfo } from '@/request/api.js' +// // 获取学习列表详情信息 +// pageStudyInfo (data).then((res) => { +// console.log('成功', res); +// }).catch((err) => { +// console.error('失败', err); +// }); \ No newline at end of file