2020-04-28 17:23:34 +08:00
|
|
|
if (window.location.host == 'test-newweb.educoder.net') {
|
|
|
|
|
__webpack_public_path__ = 'https://testali-cdn.educoder.net/react/build/' // eslint-disable-line
|
|
|
|
|
} else if (window.location.host == 'www.educoder.net') {
|
|
|
|
|
__webpack_public_path__ = 'https://ali-cdn.educoder.net/react/build/' // eslint-disable-line
|
|
|
|
|
} else if (window.location.host == 'pre-newweb.educoder.net') {
|
|
|
|
|
__webpack_public_path__ = 'https://preali-cdn.educoder.net/react/build/' // eslint-disable-line
|
2020-03-16 14:12:11 +08:00
|
|
|
}
|