From 4fd91af18aa9e265ca26e1945433ee8bbc9ef336 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 11:03:53 +0800
Subject: [PATCH] 聊天功能完善

---
 pages/groupChat/chating.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/groupChat/chating.vue b/pages/groupChat/chating.vue
index ba56471..efb6324 100644
--- a/pages/groupChat/chating.vue
+++ b/pages/groupChat/chating.vue
@@ -209,7 +209,7 @@
 				var that = this;
 				that.senId = WxStorage.get("ids");
 				uni.request({
-					url:"http://s16s652780.51mypc.cn/api/blade-jfpts/chat-records/getSingleMessagePage",
+					url:"http://s16s652780.51mypc.cn/api/chat-records/getSingleMessagePage",
 					method:"get",
 					data:{
 						senderId: that.senId,
@@ -328,7 +328,7 @@
 				}
 				
 				uni.request({
-					url:"http://s16s652780.51mypc.cn/api/blade-jfpts/chat-records/insertSingleChat",
+					url:"http://s16s652780.51mypc.cn/api/chat-records/insertSingleChat",
 					method:"post",
 					data:{
 						senderId: that.senId,

--
Gitblit v1.9.3