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:
@@ -53,7 +53,7 @@ const userDynamicList = function(data) {
|
||||
* @param {Integer} days 整数,最近几天的记录
|
||||
*/
|
||||
const userCoinList = function(aid,days) {
|
||||
return ajax.get(baseURL,'xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days);
|
||||
return ajax.get(baseURL,'/xboe/m/stat/usercoinrecord/list?aid='+aid+'&days='+days);
|
||||
}
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user