From cfd78d820cf4932717271778cbe87a4a2f51ddb0 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 12 Aug 2021 16:45:30 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_app
---
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