From b2dfaa338c0a05572efb4421eeae6b9495170605 Mon Sep 17 00:00:00 2001
From: vincent <1341870251@qq.com>
Date: 星期一, 25 五月 2020 10:31:26 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/report/locMap.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/report/locMap.js b/src/main/webapp/static/js/report/locMap.js
index 75547c2..3a3e6e8 100644
--- a/src/main/webapp/static/js/report/locMap.js
+++ b/src/main/webapp/static/js/report/locMap.js
@@ -7,7 +7,7 @@
 
     function getLocTable(row){
         $.ajax({
-            url: "/report/viewLocMapList.action",
+            url: baseUrl+"/report/viewLocMapList.action",
             headers: {'token': localStorage.getItem('token')},
             data: {row: row},
             method: 'POST',

--
Gitblit v1.9.1