政务数据大屏的返回首页跳转问题修复
This commit is contained in:
parent
9a1b7b5a52
commit
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