Compare commits
2 Commits
243f1bfc7c
...
e1ae3939a3
Author | SHA1 | Date | |
---|---|---|---|
e1ae3939a3 | |||
c87fb07eba |
@ -122,7 +122,7 @@ function handleTitleBtn(t = -1) {
|
|||||||
}
|
}
|
||||||
function handleTitleClick(val) {
|
function handleTitleClick(val) {
|
||||||
if (val === 'home') {
|
if (val === 'home') {
|
||||||
window.location.href = 'http://47.109.205.240/platform';
|
window.location.href = '/platform';
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
activeTitle.value = val;
|
activeTitle.value = val;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user