From b11c962b71a6fd1e2fe8b88f65c954c61bc67fa3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 18 Aug 2021 11:08:09 +0800
Subject: [PATCH] 好友列表修改

---
 xcxMapWzzzz/js/vueMain.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xcxMapWzzzz/js/vueMain.js b/xcxMapWzzzz/js/vueMain.js
index a118a1f..201ebee 100644
--- a/xcxMapWzzzz/js/vueMain.js
+++ b/xcxMapWzzzz/js/vueMain.js
@@ -35,7 +35,7 @@
 			//url解码
 			var policeId = this.GetQueryString('id');
 			console.log(policeId, 4654645)
-			axios.get('http://223.82.109.183:2080/api/blade-user/page?size=99999').then((res) => {
+			axios.get(this.$store.state.piAPI + '/blade-user/page?size=99999').then((res) => {
 				console.log(res, 4848)
 				res.data.data.records.forEach(item => {
 					if (item.longitude && item.latitude) {

--
Gitblit v1.9.3