first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const getAllAlbum = async () => {
|
||||
const {data} = await $.get('/platform/trainEdu/album/getAllAlbum')
|
||||
return data
|
||||
}
|
||||
|
||||
const getVideoType = async () => {
|
||||
const resp = await $.get('/platform/trainEdu/type/pageData', {pageForm: 1, pageSize: 10000})
|
||||
return resp.data.list
|
||||
}
|
||||
Reference in New Issue
Block a user