修改客户端首页-排行榜跳转回旧排行榜页面,重定向回新排行榜页面

This commit is contained in:
chenruiye
2025-05-29 17:02:42 +08:00
parent 781bd6094e
commit 8caec1d961

View File

@@ -3,6 +3,8 @@
<script>
// 页面加载时跳转
window.onload = function () {
window.location.href = "/view/molistar/modules/newRank/index.html";
// 清空整个页面内容
document.body.innerHTML = '';
window.location.href = "/molistar/modules/newRank/index.html";
};
</script>