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 copy.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/xcxMapWzzzz/js/vueMain copy.js b/xcxMapWzzzz/js/vueMain copy.js
index bca583d..bd8617a 100644
--- a/xcxMapWzzzz/js/vueMain copy.js
+++ b/xcxMapWzzzz/js/vueMain copy.js
@@ -35,7 +35,7 @@
//url解码
var policeId = this.GetQueryString('id');
var that = this;
- axios.get('http://223.82.109.183:2080/api/blade-user/page?size=99999&jurisdiction=' + policeId).then((res) => {
+ axios.get(this.$store.state.piAPI + '/blade-user/page?size=99999&jurisdiction=' + policeId).then((res) => {
res.data.data.records.forEach(item => {
if (item.longitude && item.latitude) {
data.push(item)
--
Gitblit v1.9.3