From e0f1f05b7567a7bfd29fd5ad54e4b2222ddfcb94 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 26 三月 2020 20:19:06 +0800
Subject: [PATCH] 2020-03-26

---
 src/views/login/index.jsx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/login/index.jsx b/src/views/login/index.jsx
index 70f91a3..cba3791 100644
--- a/src/views/login/index.jsx
+++ b/src/views/login/index.jsx
@@ -128,6 +128,12 @@
         auth: true
       })
     }
+
+    // let link = document.querySelector("link[rel*='icon']") || document.createElement('link')
+    // link.type = 'image/x-icon'
+    // link.rel = 'shortcut icon'
+    // link.href = 'http://www.stackoverflow.com/favicon.ico'
+    // document.getElementsByTagName('head')[0].appendChild(link)
   }
 
   render () {

--
Gitblit v1.8.0