From 3c738f4fe2762bba8087e5a22fc0dc06560eab0e Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 08 Aug 2024 10:01:17 +0800
Subject: [PATCH] 三色任务与自查任务
---
api/community/community.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/api/community/community.js b/api/community/community.js
index 50c9dd8..de7ceec 100644
--- a/api/community/community.js
+++ b/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
})
--
Gitblit v1.9.3