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