[product] bestSeller 관련 추가 사항
Detail Notes : 1. productSlice.js 추가 2. apiconfig.js 파일 내용 추가 3. App.js 파일 내용 추가 4. Store.js 파일 내용 추가
This commit is contained in:
@@ -10,6 +10,7 @@ import { getHomeMenu } from "../features/home/homeSlice";
|
||||
import { getMyRecommandedKeyword } from "../features/mypage/myPageSlice";
|
||||
import { getOnSaleInfo } from "../features/onSale/onSaleSlice";
|
||||
import { getSubCategory } from "../features/main/mainSlice";
|
||||
import { getBestSeller } from "../features/product/productSlice";
|
||||
import MainView from "../views/MainView/MainView";
|
||||
import css from "./App.module.less";
|
||||
|
||||
@@ -22,6 +23,7 @@ function AppBase(props) {
|
||||
dispatch(getOnSaleInfo({ categoryIncFlag: "Y", lgCatCd: "" }));
|
||||
dispatch(getBrandList());
|
||||
dispatch(getMyRecommandedKeyword());
|
||||
dispatch(getBestSeller());
|
||||
dispatch(
|
||||
getSubCategory({
|
||||
lgCatCd: "1000",
|
||||
|
||||
Reference in New Issue
Block a user