添加获取头像

This commit is contained in:
John Smith
2019-05-22 15:42:45 +08:00
parent e87bc29013
commit 83882c53a0
3 changed files with 42 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<!-- 重要如果带referer则获取头像时会403 -->
<meta name="referrer" content="no-referrer">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>blivechat</title>
</head>