[product]  bestSeller 관련 추가 사항

Detail Notes :
1. productSlice.js 추가
2. apiconfig.js 파일 내용 추가
3. App.js 파일 내용 추가
4. Store.js 파일 내용 추가
This commit is contained in:
jangheon Pyo
2024-01-29 10:04:30 +09:00
parent e173f9f32f
commit f1852ef19b
4 changed files with 56 additions and 0 deletions

View File

@@ -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",