Compare commits

...

2 Commits

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;