[JustForYou] 저스트 포유 테스트
1. Config 파일에 저스트포유테스트 추가. 2. THeaderCustom부분에 kind 추가하여 없을경우 로고 나오지 않도록 처리. 3. 저스트 포유배너에서 링크 테스트로 갈수있도록 변경. 4. 테스트 파일 추가. Jsx,less파일 Etc) 서브카테고리에 들어있는 console 제거.
This commit is contained in:
@@ -96,6 +96,7 @@ import HotPicksPanel from '../HotPicksPanel/HotPicksPanel';
|
||||
import ImagePanel from '../ImagePanel/ImagePanel';
|
||||
import IntroPanel from '../IntroPanel/IntroPanel.new';
|
||||
import JustForYouPanel from '../JustForYouPanel/JustForYouPanel';
|
||||
import JustForYouTestPanel from '../JustForYouTestPanel/JustForYouTestPanel';
|
||||
import LoadingPanel from '../LoadingPanel/LoadingPanel';
|
||||
import MyPagePanel from '../MyPagePanel/MyPagePanel';
|
||||
import OnSalePanel from '../OnSalePanel/OnSalePanel';
|
||||
@@ -140,6 +141,7 @@ const panelMap = {
|
||||
[Config.panel_names.CONFIRM_PANEL]: ConfirmPanel,
|
||||
[Config.panel_names.USER_REVIEW_PANEL]: UserReviewPanel,
|
||||
[Config.panel_names.JUST_FOR_YOU_PANEL]: JustForYouPanel,
|
||||
[Config.panel_names.JUST_FOR_YOU_TEST_PANEL]: JustForYouTestPanel,
|
||||
// [Config.panel_names.OPTIONAL_TERMS_PANEL]: TermsOfOptional,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user