十三 utils/api/fav.js 外包小前端 2023-06-17 80 阅读1分钟 const http = uni.$u.http //添加收藏 export const collectAdd = (data) => http.get(`/collect/add/${data}`); //删除收藏 export const collectDelete= (data) => http.get(`/collect/delete/${data}`);