qt3 -> qt2 env change

This commit is contained in:
hyunwoo93.cha
2024-08-22 16:39:16 +09:00
parent d8549d5ca1
commit 948d822244
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -367,7 +367,7 @@ export const getQRCodeUrl = ({
let baseUrl = "";
if (sdpURL.indexOf("qt2") >= 0) {
baseUrl = "https://qt3-m.shoptime.lgappstv.com/";
baseUrl = "https://qt2-m.shoptime.lgappstv.com/";
} else if (sdpURL.indexOf("qt") >= 0) {
baseUrl = "https://qt-m.shoptime.lgappstv.com/";
} else {

View File

@@ -120,7 +120,7 @@ export default function DebugPanel({ spotlightId }) {
selected={localSettings.serverType === "qt2"}
onClick={onChangeServer("qt2")}
>
qt2(qt3)
qt2
</RadioItem>
<RadioItem
className={css.switch}