ONSALE/FEATURED BRANDS
This commit is contained in:
BIN
com.twin.app.shoptime/.DS_Store
vendored
BIN
com.twin.app.shoptime/.DS_Store
vendored
Binary file not shown.
1472
com.twin.app.shoptime/package-lock.json
generated
1472
com.twin.app.shoptime/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
BIN
com.twin.app.shoptime/src/.DS_Store
vendored
BIN
com.twin.app.shoptime/src/.DS_Store
vendored
Binary file not shown.
@@ -19,12 +19,7 @@ export async function getHomeLayout() {}
|
|||||||
// 메뉴 목록 조회 IF-LGSP-044
|
// 메뉴 목록 조회 IF-LGSP-044
|
||||||
export async function getHomeMenu() {
|
export async function getHomeMenu() {
|
||||||
try {
|
try {
|
||||||
const response = await api.get(URLS.GET_HOME_MENU, {
|
const response = await api.get(URLS.GET_HOME_MENU);
|
||||||
headers: {
|
|
||||||
lgsp_auth:
|
|
||||||
"idAfo9EFgAKcoblkOVTBL1o3rnFjw/8n8Wqd6ToStVBXJE7NE4G2L9y2rHH2z1GeufkrdBN5K14kFCxYhDBFewoj7m02hDe5vlLFzfbDAs8gZlyZUMu5bD79Dn2d5+Bb1Nd1Cg==",
|
|
||||||
},
|
|
||||||
});
|
|
||||||
return response.data;
|
return response.data;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log("Error", error);
|
console.log("Error", error);
|
||||||
|
|||||||
@@ -1,12 +1,17 @@
|
|||||||
import { createSlice } from "@reduxjs/toolkit";
|
import { createSlice } from "@reduxjs/toolkit";
|
||||||
|
|
||||||
import { panel_names } from "../../utils/Config";
|
import { panel_names } from "../../utils/Config";
|
||||||
|
|
||||||
const initialState = {
|
const initialState = {
|
||||||
panels: [],
|
panels: [{ name: panel_names.FEATURED_BRANDS_PANEL }],
|
||||||
isModalOpen: false,
|
isModalOpen: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const forceTopPanels = [panel_names.ERROR_PANEL, panel_names.DEBUG_PANEL, panel_names.INTRO_PANEL];
|
const forceTopPanels = [
|
||||||
|
panel_names.ERROR_PANEL,
|
||||||
|
panel_names.DEBUG_PANEL,
|
||||||
|
panel_names.INTRO_PANEL,
|
||||||
|
];
|
||||||
|
|
||||||
export const panels = createSlice({
|
export const panels = createSlice({
|
||||||
name: "panels",
|
name: "panels",
|
||||||
|
|||||||
BIN
com.twin.app.shoptime/src/views/.DS_Store
vendored
BIN
com.twin.app.shoptime/src/views/.DS_Store
vendored
Binary file not shown.
Reference in New Issue
Block a user