Browse Source

推荐管理 接口文件

DESKTOP-2S67K1S\31396 2 năm trước cách đây
mục cha
commit
7d883c46d3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/api/operation/recommend.js

+ 1 - 1
src/api/operation/recommend.js

@@ -108,7 +108,7 @@ export function expandSave(data){
 // 删除精选电台
 export function removeList(ids, status){
   return request({
-    url: ` /admin/recommendContentModule/highOrSold/${ids}/${status}`,
+    url: `/admin/recommendContentModule/highOrSold/${ids}/${status}`,
     method: 'get'
   })
 }