From d60de9a9e7ea9ff0ceaa0c49784fd6a5c1e81ccf Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Mon, 17 Jun 2024 13:53:24 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8D=BC=EB=B8=94=20=EC=97=85=EB=8E=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/committee/Progress.jsx | 23 +++++++++++++++++- .../src/pages/committee/Schedule.jsx | 23 +++++++++++++++++- .../src/pages/main/EgovMain.jsx | 4 ---- .../pages/standardCode/StandardCodeOld.jsx | 24 ++++++++++++++++++- .../src/pages/support/Api.jsx | 23 +++++++++++++++++- .../src/pages/support/Site.jsx | 23 +++++++++++++++++- 6 files changed, 111 insertions(+), 9 deletions(-) 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
  • +
  • 정보제공
  • +
  • 관련 사이트
  • +
+
+ {/* */} + +
+ +
+ {/* */} +

관련 사이트

+
+
+
+
); }