mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-14 21:36:42 +08:00
提交增加的内容
This commit is contained in:
10
src/api/modules/popup.js
Normal file
10
src/api/modules/popup.js
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
import ajax from '@/utils/xajax.js'
|
||||
|
||||
const list=function (query){
|
||||
return ajax.post('/xboe/m/popup/list',query);
|
||||
}
|
||||
|
||||
export default {
|
||||
list
|
||||
}
|
||||
Reference in New Issue
Block a user