From 89daea1b369ed1fac6edca0e9a5ec32e6c7f0df4 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 23 Jun 2021 10:15:33 +0800
Subject: [PATCH] 名称修改

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

diff --git a/public/xcxh5map/js/vueMain.js b/public/xcxh5map/js/vueMain.js
index 1d9e9a1..9e191dd 100644
--- a/public/xcxh5map/js/vueMain.js
+++ b/public/xcxh5map/js/vueMain.js
@@ -17,7 +17,7 @@
     methods: {
         getDataList() {
             var that = this;
-            var url = 'https://web.byisf.com/api/blade-jfpts/equipment/equipment/listAll';
+            var url = 'https://web.byisf.com/api/equipment/equipment/listAll';
             axios.get(url).then((res) => {
                 that.getdata = res.data.data;
                 that.beginCome();
@@ -150,4 +150,4 @@
         // this.map.invalidateSize(true);//应用地图高度
         // this.move.followFinger(this.map, 'up');
     }
-})
\ No newline at end of file
+})

--
Gitblit v1.9.3