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/stoMan/stoQue.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/stoMan/stoQue.js b/src/main/webapp/static/js/stoMan/stoQue.js
index de0124b..bf2902c 100644
--- a/src/main/webapp/static/js/stoMan/stoQue.js
+++ b/src/main/webapp/static/js/stoMan/stoQue.js
@@ -11,7 +11,7 @@
     tableIns = table.render({
         elem: '#stoQue',
         headers: {token: localStorage.getItem('token')},
-        url: '/locMast/list/auth',
+        url: baseUrl+'/locMast/list/auth',
         page: true,
         limit: 10,
         even: true,
@@ -121,7 +121,7 @@
                         'fields': fields
                     };
                     $.ajax({
-                        url: "/wrkLastno/export/auth",
+                        url: baseUrl+"/wrkLastno/export/auth",
                         headers: {'token': localStorage.getItem('token')},
                         data: JSON.stringify(param),
                         dataType:'json',
@@ -184,7 +184,7 @@
         tableIns1 = table.render({
             elem: '#locDetlByMap',
             headers: {token: localStorage.getItem('token')},
-            url: '/locDetl/list/auth',
+            url: baseUrl+'/locDetl/list/auth',
             page: true,
             limit: 5,
             skin: 'line',

--
Gitblit v1.9.1