Bladeren bron

修改页面请求ip

hyq 6 jaren geleden
bovenliggende
commit
4076007244
2 gewijzigde bestanden met toevoegingen van 50 en 60 verwijderingen
  1. 25 30
      kmall-schedule/src/main/webapp/index.html
  2. 25 30
      kmall-schedule/src/main/webapp/schedule_log.html

+ 25 - 30
kmall-schedule/src/main/webapp/index.html

@@ -6,49 +6,44 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
     <!--bootstrap-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/bootstrap.min.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/font-awesome.min.css">
+    <link rel="stylesheet" href="/statics/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/statics/css/font-awesome.min.css">
     <!--main-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/main.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/iview.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/style.css">
+    <link rel="stylesheet" href="/statics/css/main.css">
+    <link rel="stylesheet" href="/statics/css/iview.css">
+    <link rel="stylesheet" href="/statics/css/style.css">
     <!--jqgrid-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/plugins/ztree/css/metroStyle/metroStyle.css">
+    <link rel="stylesheet" href="/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
+    <link rel="stylesheet" href="/statics/plugins/ztree/css/metroStyle/metroStyle.css">
     <!--treegrid-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.css">
-    <!--富文本-->
-    <!--<link rel="stylesheet" href='http://localhost:8081/statics/plugins/froala_editor/css/froala_editor.min.css'/>-->
+    <link rel="stylesheet" href="/statics/plugins/treegrid/jquery.treegrid.css">
 
     <!--jquery-->
-    <script src="http://localhost:8081/statics/libs/jquery.min.js"></script>
+    <script src="/statics/libs/jquery.min.js"></script>
     <!--layer-->
-    <script src="http://localhost:8081/statics/plugins/layer/layer.js"></script>
+    <script src="/statics/plugins/layer/layer.js"></script>
     <!--bootstrap-->
-    <script src="http://localhost:8081/statics/libs/bootstrap.min.js"></script>
+    <script src="/statics/libs/bootstrap.min.js"></script>
     <!--vue-->
-    <script src="http://localhost:8081/statics/libs/vue.min.js"></script>
-    <script src="http://localhost:8081/statics/libs/iview.min.js"></script>
-    <!--qrcode-->
-    <!--<script src="http://localhost:8081/statics/qrcode/jquery.qrcode.min.js"></script>-->
-    <!--<script src="http://localhost:8081/statics/qrcode/utf.js"></script>-->
+    <script src="/statics/libs/vue.min.js"></script>
+    <script src="/statics/libs/iview.min.js"></script>
     <!-- print -->
-    <script src="http://localhost:8081/statics/jquery.print.js"></script>
+    <script src="/statics/jquery.print.js"></script>
     <!--jqgrid-->
-    <script src="http://localhost:8081/statics/plugins/jqgrid/grid.locale-cn.js"></script>
-    <script src="http://localhost:8081/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
+    <script src="/statics/plugins/jqgrid/grid.locale-cn.js"></script>
+    <script src="/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
     <!--ztree-->
-    <script src="http://localhost:8081/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
+    <script src="/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
     <!--treegrid-->
-    <script src="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
-    <script src="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
-    <script src="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
-    <script src="http://localhost:8081/statics/plugins/treegrid/tree.table.js"></script>
+    <script src="/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
+    <script src="/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
+    <script src="/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
+    <script src="/statics/plugins/treegrid/tree.table.js"></script>
 
 
-    <script src="http://localhost:8081/statics/libs/jquery-extend.js"></script>
-    <script src="http://localhost:8081/statics/libs/iNotify.js"></script>
-    <script src="http://localhost:8081/js/common.js"></script>
+    <script src="/statics/libs/jquery-extend.js"></script>
+    <script src="/statics/libs/iNotify.js"></script>
+    <script src="/js/common.js"></script>
 </head>
 <body>
 <div id="rrapp" v-cloak>
@@ -125,6 +120,6 @@
     </Row>
 </div>
 
-<script src="http://localhost:8081/js/sys/schedule.js"></script>
+<script src="/js/sys/schedule.js"></script>
 </body>
 </html>

+ 25 - 30
kmall-schedule/src/main/webapp/schedule_log.html

@@ -6,49 +6,45 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
     <!--bootstrap-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/bootstrap.min.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/font-awesome.min.css">
+    <link rel="stylesheet" href="/statics/css/bootstrap.min.css">
+    <link rel="stylesheet" href="/statics/css/font-awesome.min.css">
     <!--main-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/main.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/iview.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/css/style.css">
+    <link rel="stylesheet" href="/statics/css/main.css">
+    <link rel="stylesheet" href="/statics/css/iview.css">
+    <link rel="stylesheet" href="/statics/css/style.css">
     <!--jqgrid-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
-    <link rel="stylesheet" href="http://localhost:8081/statics/plugins/ztree/css/metroStyle/metroStyle.css">
+    <link rel="stylesheet" href="/statics/plugins/jqgrid/ui.jqgrid-bootstrap.css">
+    <link rel="stylesheet" href="/statics/plugins/ztree/css/metroStyle/metroStyle.css">
     <!--treegrid-->
-    <link rel="stylesheet" href="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.css">
-    <!--富文本-->
-    <!--<link rel="stylesheet" href='http://localhost:8081/statics/plugins/froala_editor/css/froala_editor.min.css'/>-->
+    <link rel="stylesheet" href="/statics/plugins/treegrid/jquery.treegrid.css">
 
     <!--jquery-->
-    <script src="http://localhost:8081/statics/libs/jquery.min.js"></script>
+    <script src="/statics/libs/jquery.min.js"></script>
     <!--layer-->
-    <script src="http://localhost:8081/statics/plugins/layer/layer.js"></script>
+    <script src="/statics/plugins/layer/layer.js"></script>
     <!--bootstrap-->
-    <script src="http://localhost:8081/statics/libs/bootstrap.min.js"></script>
+    <script src="/statics/libs/bootstrap.min.js"></script>
     <!--vue-->
-    <script src="http://localhost:8081/statics/libs/vue.min.js"></script>
-    <script src="http://localhost:8081/statics/libs/iview.min.js"></script>
-    <!--qrcode-->
-    <!--<script src="http://localhost:8081/statics/qrcode/jquery.qrcode.min.js"></script>-->
-    <!--<script src="http://localhost:8081/statics/qrcode/utf.js"></script>-->
+    <script src="/statics/libs/vue.min.js"></script>
+    <script src="/statics/libs/iview.min.js"></script>
     <!-- print -->
-    <script src="http://localhost:8081/statics/jquery.print.js"></script>
+    <script src="/statics/jquery.print.js"></script>
     <!--jqgrid-->
-    <script src="http://localhost:8081/statics/plugins/jqgrid/grid.locale-cn.js"></script>
-    <script src="http://localhost:8081/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
+    <script src="/statics/plugins/jqgrid/grid.locale-cn.js"></script>
+    <script src="/statics/plugins/jqgrid/jquery.jqGrid.min.js"></script>
     <!--ztree-->
-    <script src="http://localhost:8081/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
+    <script src="/statics/plugins/ztree/jquery.ztree.all.min.js"></script>
     <!--treegrid-->
-    <script src="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
-    <script src="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
-    <script src="http://localhost:8081/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
-    <script src="http://localhost:8081/statics/plugins/treegrid/tree.table.js"></script>
+    <script src="/statics/plugins/treegrid/jquery.treegrid.extension.js"></script>
+    <script src="/statics/plugins/treegrid/jquery.treegrid.min.js"></script>
+    <script src="/statics/plugins/treegrid/jquery.treegrid.bootstrap3.js"></script>
+    <script src="/statics/plugins/treegrid/tree.table.js"></script>
 
 
-    <script src="http://localhost:8081/statics/libs/jquery-extend.js"></script>
-    <script src="http://localhost:8081/statics/libs/iNotify.js"></script>
-    <script src="http://localhost:8081/js/common.js"></script>
+    <script src="/statics/libs/jquery-extend.js"></script>
+    <script src="/statics/libs/iNotify.js"></script>
+    <script src="/js/common.js"></script>
+    <script src="/js/sys/schedule_log.js"></script>
 </head>
 <body>
 <div id="rrapp">
@@ -66,6 +62,5 @@
         <div id="jqGridPager"></div>
     </div>
 
-    <script src="http://localhost:8081/js/sys/schedule_log.js"></script>
 </body>
 </html>