diff --git a/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx b/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx index 925c320..0cb18dd 100644 --- a/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/committee/Progress.jsx @@ -1,13 +1,34 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; +import URL from "../../constants/url"; function Progress(){ return ( -
위원회 - 진행현황
+
+
+ {/* */} +
+
    +
  • Home
  • +
  • 건설기준위원회
  • +
  • 진행현황
  • +
+
+ {/* */} + +
+ +
+ {/* */} +

진행현황

+
+
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx b/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx index 512f222..46edaa3 100644 --- a/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/committee/Schedule.jsx @@ -1,13 +1,34 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; +import URL from "../../constants/url"; function Schedule(){ return ( -
위원회 - 위원회일정
+
+
+ {/* */} +
+
    +
  • Home
  • +
  • 건설기준위원회
  • +
  • 위원회일정
  • +
+
+ {/* */} + +
+ +
+ {/* */} +

위원회일정

+
+
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx b/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx index 8dc06bf..7a1ce51 100644 --- a/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/main/EgovMain.jsx @@ -277,28 +277,24 @@ function EgovMain(props) {
훈령/예규/지침
- {/*
*/}
영문건설기준
- {/*
*/}
건설기준용어
- {/*
*/}
API 서비스
- {/*
*/} diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeOld.jsx b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeOld.jsx index 186850e..1209a6a 100644 --- a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeOld.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeOld.jsx @@ -2,12 +2,34 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; +import URL from "constants/url"; + function CodeOld(){ return ( -
12(구) 건설기준코드
+
+
+ {/* */} +
+
    +
  • Home
  • +
  • 건설기준코드
  • +
  • (구)건설기준
  • +
+
+ {/* */} + +
+ +
+ {/* */} +

(구)건설기준

+
+
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/support/Api.jsx b/egovframe-template-simple-react-contribution/src/pages/support/Api.jsx index 4074f50..759a2db 100644 --- a/egovframe-template-simple-react-contribution/src/pages/support/Api.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/support/Api.jsx @@ -1,13 +1,34 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; +import URL from "../../constants/url"; function API(){ return ( -
API 서비스
+
+
+ {/* */} +
+
    +
  • Home
  • +
  • 정보제공
  • +
  • API 서비스
  • +
+
+ {/* */} + +
+ +
+ {/* */} +

API 서비스

+
+
+
+
); } diff --git a/egovframe-template-simple-react-contribution/src/pages/support/Site.jsx b/egovframe-template-simple-react-contribution/src/pages/support/Site.jsx index 15aeda3..76f2ad4 100644 --- a/egovframe-template-simple-react-contribution/src/pages/support/Site.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/support/Site.jsx @@ -1,13 +1,34 @@ import React, { useState } from 'react'; import {Link, useLocation, useNavigate} from 'react-router-dom'; import * as EgovNet from 'api/egovFetch'; +import URL from "../../constants/url"; function Site(){ return ( -
관련사이트
+
+
+ {/* */} +
+
    +
  • Home
  • +
  • 정보제공
  • +
  • 관련 사이트
  • +
+
+ {/* */} + +
+ +
+ {/* */} +

관련 사이트

+
+
+
+
); }