mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
11 lines
144 B
JavaScript
11 lines
144 B
JavaScript
|
|
import ajax from '@/utils/xajax.js'
|
|
|
|
const list=function (query){
|
|
return ajax.post('/xboe/m/popup/list',query);
|
|
}
|
|
|
|
export default {
|
|
list
|
|
}
|