mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 22:06:43 +08:00
提交
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import ajax from '@/utils/xajax.js'
|
||||
import ajax from '../event/index.js'
|
||||
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ import ajax from '@/utils/xajax.js'
|
||||
* }
|
||||
* */
|
||||
const user=function (query){
|
||||
return ajax.post('/xboe/stat/m/user/current/user',query);
|
||||
return ajax.postJson('/xboe/stat/m/user/current',query);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user