From 6a209d817760717579b9582e0392af321fba2790 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 20 八月 2020 13:23:01 +0800
Subject: [PATCH] #
---
src/main/webapp/views/index.html | 1 +
src/main/webapp/static/image/wcs_logo.png | 0
src/main/webapp/views/login.html | 1 +
3 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/image/wcs_logo.png b/src/main/webapp/static/image/wcs_logo.png
new file mode 100644
index 0000000..8531f06
--- /dev/null
+++ b/src/main/webapp/static/image/wcs_logo.png
Binary files differ
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 0acdf60..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">
diff --git a/src/main/webapp/views/login.html b/src/main/webapp/views/login.html
index 37fa7c5..b14f0c2 100644
--- a/src/main/webapp/views/login.html
+++ b/src/main/webapp/views/login.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>绯荤粺鐧诲綍</title>
<link rel="stylesheet" href="../static/layui/css/layui.css" media="all">
+ <link rel="icon" type="image/x-icon" href="../static/image/wcs_logo.png" />
<script type="text/javascript" src="../static/layui/layui.js"></script>
<script type="text/javascript" src="../static/js/common.js"></script>
<style>
--
Gitblit v1.9.1