提交一下调整

This commit is contained in:
daihh
2022-12-17 15:29:48 +08:00
parent 96b6f06596
commit 284de8043f
3 changed files with 74 additions and 39 deletions

View File

@@ -1,10 +1,10 @@
import ajax from '@/utils/xajax.js'
const list=function (query){
return ajax.post('/xboe/m/popup/list',query);
const userList=function (){
return ajax.get('/xboe/m/popup/user');
}
export default {
list
userList
}