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:
@@ -64,10 +64,21 @@ const userCoinList = function(aid,days) {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/medal/user-medal?aid='+aid);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 勋章信息
|
||||
* 页面上不能修改,删除
|
||||
*/
|
||||
const userMedalConfig = function() {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/medalinfo/list');
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
sendEvent,
|
||||
userTotal,
|
||||
userDynamicList,
|
||||
userCoinList,
|
||||
userMedal
|
||||
userMedal,
|
||||
userMedalConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user