bug修复

pull/1/MERGE
张乐 2020-08-17 18:32:53 +08:00
parent deabefd64f
commit 6a7437f068
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ export function getArticleBannerList(){
*
*/
export function getArticleDetails(id){
return request.get('article/info',id,{},{noAuth:true});
return request.get('article/info',id,{noAuth:true});
}
/**