智慧保安互联网APP
zengh
2021-08-18 b11c962b71a6fd1e2fe8b88f65c954c61bc67fa3
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")