From 1b1d3e2b3c9e767932bddf2671172235b8fbd16a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 18 Aug 2021 17:00:05 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/zhba_app
---
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