智慧保安互联网APP
liuyg
2021-08-12 f4a4c7709e09bb7c31f802ea8187d1e117efda2b
pages/groupChat/groupChat.vue
@@ -139,7 +139,7 @@
            var that = this;
            if(this.current == 0){
               uni.request({
                  url:"http://s16s652780.51mypc.cn/api/chat-records/getChatListPage",
                  url:"http://223.82.109.183:2082/api/chat-records/getChatListPage",
                  method:"get",
                  data:{
                     senderId: WxStorage.get("ids")
@@ -157,7 +157,7 @@
               });
            }else if(this.current == 1){
               uni.request({
                  url:"http://s16s652780.51mypc.cn/api/chatgroup/selectList",
                  url:"http://223.82.109.183:2082/api/chatgroup/selectList",
                  method:"POST",
                  data:{
                     senderId: WxStorage.get("ids")
@@ -175,7 +175,7 @@
               })
            }else if(this.current == 2){
               uni.request({
                  url:"http://s16s652780.51mypc.cn/api//blade-user/pages?current=1&size=9999",
                  url:"http://223.82.109.183:2082/api/blade-user/pages?current=1&size=9999",
                  method:"get",
                  data:{
                     senderId: WxStorage.get("ids")