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/stayTime.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/static/js/report/stayTime.js b/src/main/webapp/static/js/report/stayTime.js index 9c4000a..f78b8fa 100644 --- a/src/main/webapp/static/js/report/stayTime.js +++ b/src/main/webapp/static/js/report/stayTime.js @@ -11,7 +11,7 @@ tableIns = table.render({ elem: '#stayTime', headers: {token: localStorage.getItem('token')}, - url: '/report/viewStayTimeList.action', + url: baseUrl+'/report/viewStayTimeList.action', page: true, limit: 16, toolbar: '#toolbar', @@ -97,7 +97,7 @@ 'fields': fields }; $.ajax({ - url: "/report/viewStayTimeExport.action", + url: baseUrl+"/report/viewStayTimeExport.action", headers: {'token': localStorage.getItem('token')}, data: JSON.stringify(param), dataType:'json', -- Gitblit v1.9.1