mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
提交弹出窗口配置
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user