From cb15c6400b7dfc3855e5fdd76b8b217bf6bc9567 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <xltys1995> Date: 星期三, 30 十二月 2020 10:55:09 +0800 Subject: [PATCH] # --- src/main/webapp/views/index.html | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html index fc3a206..2a5b0b5 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"> @@ -44,6 +45,9 @@ localStorage.removeItem("token"); window.location.href = baseUrl + "/login"; } + + // 绯荤粺杩愯鐘舵�� + var systemRunning = true; </script> </html> -- Gitblit v1.9.1