mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-17 23:06:45 +08:00
提交
This commit is contained in:
@@ -67,7 +67,7 @@ const delLearning = function(ms_timeline_kid) {
|
||||
* @param {Object} kid
|
||||
*/
|
||||
const audience = function(kid) {
|
||||
return ajax.get('/b1/system/user/audience-by-user?kid='+kid);
|
||||
return ajax.get('/b1/system/user/audience-by-user?userId='+kid);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user