mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 11:26:47 +08:00
2022年5月29日 从svn移到git
This commit is contained in:
18
api/modules/scene.js
Normal file
18
api/modules/scene.js
Normal file
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* 应用场景
|
||||
*/
|
||||
import ajax from '@/utils/xajax.js'
|
||||
|
||||
/**
|
||||
* 按有效性查询列表
|
||||
* @param resType 有效性 1课程,2文章,3案例,4问答
|
||||
* @returns
|
||||
*/
|
||||
const list = function(resType) {
|
||||
return ajax.get('/xboe/scene/list?resType=' + resType);
|
||||
|
||||
}
|
||||
|
||||
export default {
|
||||
list
|
||||
}
|
||||
Reference in New Issue
Block a user