fix: delete log

This commit is contained in:
shuai
2025-12-19 14:11:42 +08:00
parent b5ae2d0351
commit 2ae309abc3
-1
View File
@@ -138,7 +138,6 @@ const Index: FC = () => {
* description: Activate scripts with data-client attribute when route changes
*/
const allScript = document.body.querySelectorAll('script[data-client]');
console.log('allScript', allScript);
allScript.forEach((scriptNode) => {
const script = document.createElement('script');
script.setAttribute('data-client', 'true');