|
|
@@ -251,6 +251,21 @@ public class TsfDisplayController extends TsfBaseController {
|
|
|
return mav;
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * 몰 메인
|
|
|
+ * @return
|
|
|
+ * @author gagamel
|
|
|
+ * @since 2021. 2. 3
|
|
|
+ */
|
|
|
+ @GetMapping("/mall/main/form3")
|
|
|
+ public ModelAndView mallMain3(Device device, @RequestParam HashMap<String, String> paramMap) {
|
|
|
+ ModelAndView mav = new ModelAndView();
|
|
|
+
|
|
|
+ mav.setViewName(super.getDeviceViewName("display/MallMainForm3"));
|
|
|
+
|
|
|
+ return mav;
|
|
|
+ }
|
|
|
+
|
|
|
/**
|
|
|
* GNB탭 > 브랜드그룹 목록
|
|
|
* @param contents - 컨텐츠 정보
|