政务数据大屏的返回首页跳转问题修复

This commit is contained in:
郭永超 2025-07-02 10:51:23 +08:00
parent 9a1b7b5a52
commit c87fb07eba

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 = 'http://47.109.205.240/platform'; window.location.href = '/platform';
return; return;
} }
activeTitle.value = val; activeTitle.value = val;