diff --git a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx index a0567c2..41b471f 100644 --- a/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx +++ b/egovframe-template-simple-react-contribution/src/components/EgovFooter.jsx @@ -2,35 +2,39 @@ import React from 'react'; import { Link } from 'react-router-dom'; function EgovFooter() { - return ( -
-
-
-
- 대표문의메일 : egovframeexample@gmail.com |
대표전화 : 0000-0000 (000-0000-0000)
- 호환성확인 : 000-0000-0000 | 교육문의 : 0000-0000-0000
-
Copyright © 2021 Ministry Of The Interior And Safety. All Rights Reserved.
-
-
-
-
-
-
-
+ if(window.location.pathname==="/standardCode/viewer"){
+ return null;
+ }else{
+ return (
+
+
+
+
+ 대표문의메일 : egovframeexample@gmail.com |
대표전화 : 0000-0000 (000-0000-0000)
+ 호환성확인 : 000-0000-0000 | 교육문의 : 0000-0000-0000
+
Copyright © 2021 Ministry Of The Interior And Safety. All Rights Reserved.
+
+
+
+
+
+
+
+