From 59c8b08ce2025c0f4a947ec313d8229eaf464c3d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 21 八月 2020 11:06:44 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/index.html |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index fc3a206..fd7cf1f 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -6,6 +6,7 @@
   <meta name="renderer" content="webkit">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
+  <link rel="icon" type="image/x-icon" href="../static/image/wcs_logo.png" />
   <link rel="stylesheet" type="text/css" href="../static/css/normalize.css">
   <link rel="stylesheet" type="text/css" href="../static/css/common.css">
   <link rel="stylesheet" type="text/css" href="../static/css/index.css">
@@ -25,7 +26,7 @@
   </ul>
 
   <!-- 涓讳綋鍐呭 -->
-  <iframe id="content" src="console.html"></iframe>
+  <iframe id="content" src="pipeline.html"></iframe>
 
   <footer class="footer">
     Copyright 漏 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃鐗╂祦瑁呭鏈夐檺鍏徃</a>  淇濈暀鎵�鏈夋潈鍒�
@@ -44,6 +45,9 @@
       localStorage.removeItem("token");
       window.location.href = baseUrl + "/login";
   }
+
+  // 绯荤粺杩愯鐘舵��
+  var systemRunning = true;
 </script>
 </html>
 

--
Gitblit v1.9.1