mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
修改方法(getUserEValueAndLevel)路径。
This commit is contained in:
@@ -92,7 +92,7 @@ const userMedalLevelInfo = function(medalId) {
|
|||||||
* @param {String} aid 用户id(必填)
|
* @param {String} aid 用户id(必填)
|
||||||
*/
|
*/
|
||||||
const getUserEValueAndLevel = function(aid) {
|
const getUserEValueAndLevel = function(aid) {
|
||||||
return ajax.post(baseURL,'xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);
|
return ajax.post(baseURL,'/xboe/m/stat/user/getUserEValueAndLevel?aid='+aid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user