### Cocos Creator version 3.8.7 ### System information Windows 11 编辑器 ### Issue description 1.给节点添加 Sorting2D 组件后,在编辑器中可以生效,但是在浏览器中预览无法生效,且有报错: <img width="474" height="315" alt="Image" src="https://github.com/user-attachments/assets/49b9ebf8-a2c2-403a-a489-3c299a868942" /> <img width="484" height="395" alt="Image" src="https://github.com/user-attachments/assets/2992e1a6-be3f-4a07-968c-2f81408a6fff" /> <img width="749" height="159" alt="Image" src="https://github.com/user-attachments/assets/1a0364c8-b4ba-4189-91eb-91ac087caa09" /> 2.点击 Sorting2D 组件的帮助文档,无法正确跳转,显示 404。 <img width="467" height="120" alt="Image" src="https://github.com/user-attachments/assets/d5ebf9ad-313a-4497-98b1-dce29235f1c8" /> ### Relevant error log output _No response_ ### Steps to reproduce 给节点添加 Sorting2D 组件,在浏览器中预览,即可复现。下面有最小复现项目。 ### Minimal reproduction project [Sorting2DBug.zip](https://github.com/user-attachments/files/22027017/Sorting2DBug.zip)