From 4b0df650a1fe818218e7f8ac0c6ff8f0150371b6 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期五, 04 十一月 2022 11:26:52 +0800 Subject: [PATCH] 修改后端接口后头像登录用户头像不显示问题 --- public/index.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 6127cfe..496f4e4 100644 --- a/public/index.html +++ b/public/index.html @@ -4,9 +4,11 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> - <link rel="icon" href="<%= BASE_URL %>favicon.ico"> + <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> --> + <!-- <link rel="icon" href="http://140.143.152.226:8410/sczhzf/M00/00/00/rBUAD2MxQ8CAXBxsAAACVqU61WY764.png"> --> <!-- <title><%= htmlWebpackPlugin.options.title %></title> --> - <title>閬傛槍鎵ф硶骞冲彴</title> + <!-- <title>閬傛槍鎵ф硶骞冲彴</title> --> + <link href="https://vjs.zencdn.net/7.20.3/video-js.css" rel="stylesheet" /> </head> <body> <noscript> -- Gitblit v1.8.0