2025-05-27 15:46:31 +08:00

4 lines
137 B
JavaScript
Executable File

document.getElementById('btn').addEventListener('click', function() {
window.location.href = '/home'; // 跳转到 /home 路由
});