From b11c962b71a6fd1e2fe8b88f65c954c61bc67fa3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 18 Aug 2021 11:08:09 +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 8042b6d..5a68dfc 100644
--- a/pages/groupChat/chating.vue
+++ b/pages/groupChat/chating.vue
@@ -216,7 +216,7 @@
var that = this;
that.senId = WxStorage.get("ids");
uni.request({
- url:"http://223.82.109.183:2080/api/chat-records/getSingleMessagePage",
+ url:this.$store.state.piAPI + "/chat-records/getSingleMessagePage",
method:"get",
data:{
senderId: that.senId,
@@ -339,7 +339,7 @@
}
uni.request({
- url:"http://223.82.109.183:2080/api/chat-records/insertSingleChat",
+ url:this.$store.state.piAPI + "/chat-records/insertSingleChat",
method:"post",
data:{
senderId: that.senId,
--
Gitblit v1.9.3