mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-10 23:09:51 +08:00
6 lines
305 B
JavaScript
6 lines
305 B
JavaScript
/*global __webpack_public_path__ */
|
|
if ( window.location.host == 'pre-newweb.educoder.net') {
|
|
__webpack_public_path__ = 'https://testali-cdn.educoder.net/react/build/'
|
|
} else if ( window.location.host == 'www.educoder.net') {
|
|
__webpack_public_path__ = 'https://ali-cdn.educoder.net/react/build/'
|
|
} |