提交弹出窗口配置

This commit is contained in:
daihh
2022-12-23 13:28:47 +08:00
parent 59beeb398c
commit c12a58558d
3 changed files with 41 additions and 65 deletions

View File

@@ -1,10 +1,13 @@
import ajax from '@/utils/xajax.js'
const userList=function (){
return ajax.get('/xboe/m/popup/user');
/**
* @param {Object} device 不包含的平台, 1表pc, 2表移动端
*/
const findByNoDevice=function (device){
return ajax.get('/xboe/m/popup/user?device='+device);
}
export default {
userList
findByNoDevice
}