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

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

diff --git a/src/main/webapp/static/js/report/workOut.js b/src/main/webapp/static/js/report/workOut.js
index baf0c85..21f8b24 100644
--- a/src/main/webapp/static/js/report/workOut.js
+++ b/src/main/webapp/static/js/report/workOut.js
@@ -11,7 +11,7 @@
     tableIns = table.render({
         elem: '#workOut',
         headers: {token: localStorage.getItem('token')},
-        url: '/report/viewWorkOutList.action',
+        url: baseUrl+'/report/viewWorkOutList.action',
         page: true,
         limit: 10,
         toolbar: '#toolbar',
@@ -98,7 +98,7 @@
                         'fields': fields
                     };
                     $.ajax({
-                        url: "/report/viewWorkOutExport.action",
+                        url: baseUrl+"/report/viewWorkOutExport.action",
                         headers: {'token': localStorage.getItem('token')},
                         data: JSON.stringify(param),
                         dataType:'json',

--
Gitblit v1.9.1