관리자 화면 에러 수정

This commit is contained in:
leejunho 2023-10-18 14:31:17 +09:00
parent b56a404158
commit 3380b0cc99

View File

@ -19,7 +19,7 @@ $(document).ready(function () {
}); });
/* //메뉴 클릭 시 하위메뉴 열림 */ /* //메뉴 클릭 시 하위메뉴 열림 */
$('.wrap>.area_left').load('/kccadrPb/adm/common_area_left.html'); // $('.wrap>.area_left').load('/kccadrPb/adm/common_area_left.html');
$('.top_util').load('/kccadrPb/adm/common_top_utill.html'); // $('.top_util').load('/kccadrPb/adm/common_top_utill.html');
}) })