From 3e45a005136b35494c9bcf6c5aed94b0b7080bae Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 24 Nov 2021 09:54:38 +0800
Subject: [PATCH] 人员位置修改

---
 src/views/map/peopleGps.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/map/peopleGps.vue b/src/views/map/peopleGps.vue
index 2205cce..0e484d2 100644
--- a/src/views/map/peopleGps.vue
+++ b/src/views/map/peopleGps.vue
@@ -2,7 +2,7 @@
  * @Author: Morpheus
  * @Date: 2021-07-05 16:31:54
  * @Last Modified by: Morpheus
- * @Last Modified time: 2021-11-19 11:21:31
+ * @Last Modified time: 2021-11-24 09:54:16
  * menu-name 押运人员定位
  */
 <template>
@@ -153,7 +153,7 @@
     },
     created () {
         this.newAxios = axios.create({
-            baseURL: 'http://47.104.104.46',
+            baseURL: 'http://s16s652780.51mypc.cn',
             timeout: 600000 // request timeout
         })
 
@@ -195,7 +195,7 @@
         positionClick (val) {
             getPosition({ type: 1, workerId: val.id }).then((result) => {
                 this.newAxios({
-                    url: '/api/client/getgis.php?acc=7731',
+                    url: '/Escort/getgis.php?acc=7731',
                     method: 'get'
                 }).then(res => {
 
@@ -290,7 +290,7 @@
             }).then((result) => {
 
                 this.newAxios({
-                    url: '/api/client/getgistrack.php?number=7730&acc=7731',
+                    url: '/Escort/getgistrack.php?number=7730&acc=7731',
                     method: 'get'
                 }).then(res => {
 

--
Gitblit v1.9.3