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/groupChat.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/groupChat/groupChat.vue b/pages/groupChat/groupChat.vue
index 421c560..f9bde8d 100644
--- a/pages/groupChat/groupChat.vue
+++ b/pages/groupChat/groupChat.vue
@@ -140,7 +140,7 @@
var that = this;
if (this.current == 0) {
uni.request({
- url: "http://223.82.109.183:2080/api/chat-records/getChatListPage",
+ url: this.$store.state.piAPI + "/chat-records/getChatListPage",
method: "get",
data: {
senderId: WxStorage.get("ids")
@@ -158,7 +158,7 @@
});
} else if (this.current == 1) {
uni.request({
- url: "http://223.82.109.183:2080/api/blade-user/page?current=1&size=9999",
+ url: this.$store.state.piAPI + "/blade-user/page?current=1&size=9999",
method: "get",
data: {
senderId: WxStorage.get("ids")
@@ -178,7 +178,7 @@
} else if (this.current == 2) {
uni.request({
- url: "http://223.82.109.183:2080/api/chatgroup/selectList",
+ url: this.$store.state.piAPI + "/chatgroup/selectList",
method: "POST",
data: {
senderId: WxStorage.get("ids")
--
Gitblit v1.9.3