This commit is contained in:
沈鸿 2025-07-02 12:00:38 +08:00
commit 6ba67e43f2

View File

@ -122,7 +122,7 @@ function handleTitleBtn(t = -1) {
}
function handleTitleClick(val) {
if (val === 'home') {
window.location.href = 'http://47.109.205.240/platform';
window.location.href = '/platform';
return;
}
activeTitle.value = val;