This commit is contained in:
2025-09-04 07:09:15 +08:00
parent 07654683d9
commit 68fdd380c8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
// //请求出错处理
// }});
// window.open('https://www.example.com', '_blank');
window.location.href('https://tc.pcxbc.com/z/print_device_data_index?type=down');
window.location.href = 'https://tc.pcxbc.com/z/print_device_data_index?type=down'
})
</script>
</body>