fix: 登录表单兼容旧版本 chrome

- 移除百度统计脚本
This commit is contained in:
2026-06-22 18:18:02 +08:00
parent 7591eb8cda
commit 28797a83cc
3 changed files with 67 additions and 19 deletions

View File

@@ -13,15 +13,6 @@
/>
<title><%= VITE_APP_TITLE %></title>
<link rel="icon" href="/favicon.svg" />
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?42639a1503843c26bc4d8b35185616d9';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>