Lou
2023-11-28 8f840f5d407550c8aaba3a1d2398f267f76d1587
api/community/community.js
@@ -44,7 +44,7 @@
//投票操作
export const addVoteOperate = (params) => {
   return http.request({
      url: '/blade-topics/topics/updateBath',
      url: '/blade-userTopics/userTopics/updateBath',
      method: 'POST',
      data:params
   })