From 4fd91af18aa9e265ca26e1945433ee8bbc9ef336 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 11:03:53 +0800
Subject: [PATCH] 聊天功能完善

---
 components/pColumn/pColumn.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/components/pColumn/pColumn.vue b/components/pColumn/pColumn.vue
index 8dc30de..a10ff47 100644
--- a/components/pColumn/pColumn.vue
+++ b/components/pColumn/pColumn.vue
@@ -48,7 +48,7 @@
 				//#endif
 			},
 			receives() {
-				var url = this.$store.state.piAPI + "blade-jfpts/alarm/alarm/APP-setAlarm",
+				var url = this.$store.state.piAPI + "/alarm/alarm/APP-setAlarm",
 					Pid = this.Pdata.id,
 					id = this.$store.state.puserID, //警察id
 					name = this.$store.state.puserName, //警察id

--
Gitblit v1.9.3