Compare commits

..

No commits in common. "e1ae3939a34fc4015ef3cc2479d590aaab48049c" and "243f1bfc7cb359024424d9851c2b2c59408d7bb3" have entirely different histories.

View File

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