From 549479760302bcf4fae817e8ccf24090abe3e11a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 12 Aug 2021 16:48:23 +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 bd837b0..909fe42 100644
--- a/pages/groupChat/chating.vue
+++ b/pages/groupChat/chating.vue
@@ -214,7 +214,7 @@
var that = this;
that.senId = WxStorage.get("ids");
uni.request({
- url:"http://223.82.109.183:2082/api/chat-records/getSingleMessagePage",
+ url:"http://223.82.109.183:2080/api/chat-records/getSingleMessagePage",
method:"get",
data:{
senderId: that.senId,
@@ -337,7 +337,7 @@
}
uni.request({
- url:"http://223.82.109.183:2082/api/chat-records/insertSingleChat",
+ url:"http://223.82.109.183:2080/api/chat-records/insertSingleChat",
method:"post",
data:{
senderId: that.senId,
--
Gitblit v1.9.3