From 250658b4457fe9d78a56a67024f6b349f225d979 Mon Sep 17 00:00:00 2001 From: yubaolee Date: Wed, 19 Jun 2024 17:37:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenAuth.Identity/Views/Shared/_Layout.cshtml | 2 +- OpenAuth.Mvc/wwwroot/userJs/login.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAuth.Identity/Views/Shared/_Layout.cshtml b/OpenAuth.Identity/Views/Shared/_Layout.cshtml index e825983a..f16732aa 100644 --- a/OpenAuth.Identity/Views/Shared/_Layout.cshtml +++ b/OpenAuth.Identity/Views/Shared/_Layout.cshtml @@ -62,7 +62,7 @@ var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); - hm.src = "//hm.baidu.com/hm.js?0558502420ce5fee054b31425e77ffa6"; + hm.src = "//hm.baidu.com/hm.js?93a7b9a145222f9b7109d643a0c58f8d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); diff --git a/OpenAuth.Mvc/wwwroot/userJs/login.js b/OpenAuth.Mvc/wwwroot/userJs/login.js index 65ea7bf9..b424b93f 100644 --- a/OpenAuth.Mvc/wwwroot/userJs/login.js +++ b/OpenAuth.Mvc/wwwroot/userJs/login.js @@ -44,7 +44,7 @@ layui.config({ var _hmt = _hmt || []; (function () { var hm = document.createElement("script"); - hm.src = "//hm.baidu.com/hm.js?0558502420ce5fee054b31425e77ffa6"; + hm.src = "https://hm.baidu.com/hm.js?93a7b9a145222f9b7109d643a0c58f8d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();