[지라 이슈 없음] qt2-ricCode

This commit is contained in:
hyunwoo93.cha
2024-08-26 11:37:53 +09:00
parent 75ed6f9433
commit b47e0c5a1b

View File

@@ -277,8 +277,7 @@ export const getUrl = (getState, endStr) => {
let newUrl = "";
if (sdpURL.indexOf("qt2") >= 0) {
// dev
newUrl = "https://qt2-aic" + SHOPTIME_BASE_URL;
//"https://qt2-aic.lgshopsvc.lgappstv.com/";
newUrl = "https://qt2-" + ricCode + SHOPTIME_BASE_URL;
} else if (sdpURL.indexOf("qt") >= 0) {
// Qa - cdn
newUrl = "https://qt-" + ricCode + SHOPTIME_BASE_URL;