web项目index.html和其他代码分开部署可以吗

version: cocos creator 2.4.3

I want to distribute index.html and resources separately on separate servers.

index.html
https://www.test-a.com/index.hmtl

Code & Resource
https://www.test-b.com/cdn/

The internal paths of the index.html and main.js files have been manually changed, but the cocos2d-js-min.js file has too many paths to be modified, so manual changes cannot be made.

Is there a way to specify the URL to access the resource?

解决方案: https://forum.cocos.org/t/topic/155609