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:
@@ -69,11 +69,14 @@ const userCoinList = function(aid,days) {
|
||||
* 勋章信息
|
||||
* 页面上不能修改,删除
|
||||
*/
|
||||
const userMedalConfig = function() {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/medalinfo/list');
|
||||
// const userMedalConfig = function() {
|
||||
// return ajax.get(baseURL,'/xboe/m/stat/medalinfo/config');
|
||||
// }
|
||||
// get 获取勋章配置,返回的是列表
|
||||
const userMedalConfig = function() {
|
||||
return ajax.get(baseURL,'/xboe/m/stat/medal/config');
|
||||
}
|
||||
|
||||
|
||||
export default {
|
||||
sendEvent,
|
||||
userTotal,
|
||||
|
||||
Reference in New Issue
Block a user