From 8f840f5d407550c8aaba3a1d2398f267f76d1587 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 28 Nov 2023 18:47:00 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_app

---
 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