st server debug 관련 롤백
This commit is contained in:
45538
com.twin.app.shoptime/package-lock.json
generated
45538
com.twin.app.shoptime/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -34,12 +34,14 @@
|
||||
"dist/*"
|
||||
],
|
||||
"dependencies": {
|
||||
"@enact/cli": "^7.1.0",
|
||||
"@enact/core": "^3.3.0",
|
||||
"@enact/i18n": "^3.3.0",
|
||||
"@enact/sandstone": "^1.5.1",
|
||||
"@enact/spotlight": "^3.3.0",
|
||||
"@enact/ui": "^3.3.0",
|
||||
"@enact/webos": "^3.3.0",
|
||||
"@webos-tools/cli": "^3.2.1",
|
||||
"axios": "^0.21.1",
|
||||
"dashjs": "^5.0.3",
|
||||
"google-libphonenumber": "^3.2.34",
|
||||
|
||||
@@ -287,9 +287,6 @@ export const getUrl = (getState, endStr) => {
|
||||
} else if (sdpURL.indexOf("qt") >= 0) {
|
||||
// Qa - cdn
|
||||
newUrl = "https://qt-" + ricCode + SHOPTIME_BASE_URL;
|
||||
} else if (sdpURL.indexOf("st") >= 0) {
|
||||
// Staging
|
||||
newUrl = "https://qt-" + ricCode + SHOPTIME_BASE_URL;
|
||||
} else {
|
||||
// Prod
|
||||
newUrl = "https://" + ricCode + SHOPTIME_BASE_URL;
|
||||
|
||||
@@ -105,8 +105,6 @@ export default function DebugPanel({ spotlightId }) {
|
||||
[dispatch]
|
||||
);
|
||||
|
||||
console.log("###localSettings.serverType", localSettings.serverType);
|
||||
|
||||
return (
|
||||
<TPanel isTabActivated={false} spotlightId={spotlightId}>
|
||||
<THeader title="Debug" />
|
||||
@@ -135,14 +133,6 @@ export default function DebugPanel({ spotlightId }) {
|
||||
>
|
||||
system
|
||||
</RadioItem>
|
||||
<RadioItem
|
||||
className={css.switch}
|
||||
selected={localSettings.serverType === "st"}
|
||||
onClick={onChangeServer("st")}
|
||||
disabled={localSettings.preventServerChange}
|
||||
>
|
||||
st
|
||||
</RadioItem>
|
||||
<RadioItem
|
||||
className={css.switch}
|
||||
selected={localSettings.serverType === "qt2"}
|
||||
|
||||
@@ -304,11 +304,6 @@ export default function MyInfo({ title, cbScrollTo }) {
|
||||
return (
|
||||
<>
|
||||
<THeader title={title} aria-label={title + " Heading 1"}>
|
||||
{serverHOST && (
|
||||
<span className={css.serverHostBadge}>[serverHost] {serverHOST}</span>
|
||||
)}
|
||||
</THeader>
|
||||
<TBody className={css.tBody} cbScrollTo={cbScrollTo}>
|
||||
<Container className={css.myInfoContainer}>
|
||||
<div className={css.contentsBox}>
|
||||
<div className={css.infoBox}>
|
||||
|
||||
@@ -35,17 +35,6 @@
|
||||
font-family: @baseFont;
|
||||
font-weight: bold;
|
||||
}
|
||||
.serverHostBadge {
|
||||
margin-left: auto;
|
||||
margin-right: 60px;
|
||||
color: fade(@COLOR_WHITE, 60%);
|
||||
font-size: 22px;
|
||||
line-height: 84px;
|
||||
max-width: 520px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
.infoBottomBox {
|
||||
margin-top: 18px;
|
||||
|
||||
Reference in New Issue
Block a user