@@ -343,7 +319,7 @@ function StandardCodeList(props) {
{/* */}
{/* */}
-
+
{/* */}
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeListModal.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/list/StandardCodeListModal.js
similarity index 100%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/StandardCodeListModal.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/list/StandardCodeListModal.js
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/BookmarkModal.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/BookmarkModal.js
similarity index 98%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/BookmarkModal.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/BookmarkModal.js
index cb66c8c..38b8add 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/BookmarkModal.js
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/BookmarkModal.js
@@ -1,6 +1,6 @@
import {React, useCallback, useEffect, useState} from "react";
import Modal from "react-bootstrap/Modal";
-import * as EgovNet from "../../api/egovFetch";
+import * as EgovNet from "../../../api/egovFetch";
import {VwDiv} from "./Vw.style";
import Col from "react-bootstrap/Col";
import Row from "react-bootstrap/Row";
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/Sb.style.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/Sb.style.js
similarity index 100%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/Sb.style.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/Sb.style.js
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/SbItem.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/SbItem.js
similarity index 100%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/SbItem.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/SbItem.js
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/Vw.style.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/Vw.style.js
similarity index 100%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/Vw.style.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/Vw.style.js
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/viewer.js
similarity index 99%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/viewer.js
index 312283c..7645660 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer.js
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/viewer.js
@@ -1,7 +1,7 @@
import React, { useState, useEffect, useCallback } from 'react';
import { useLocation, useParams } from 'react-router-dom';
import SbItem from './SbItem'
-import Loading from '../../components/Loading'
+import Loading from '../../../components/Loading'
import BookmarkModal from './BookmarkModal';
import {SbContainer} from './Sb.style'
import {VwDiv, VwPtag} from './Vw.style'
@@ -10,9 +10,9 @@ import Row from 'react-bootstrap/Row';
import Col from 'react-bootstrap/Col';
import Modal from 'react-bootstrap/Modal';
import * as EgovNet from 'api/egovFetch';
-import {getLocalItem} from "../../utils/storage";
-import CODE from "../../constants/code";
-import {parseJwt} from "../../utils/parseJwt";
+import {getLocalItem} from "../../../utils/storage";
+import CODE from "../../../constants/code";
+import {parseJwt} from "../../../utils/parseJwt";
function CodeViewer(props) {
const [treeLoading, setTreeLoading] = useState(true);
diff --git a/egovframe-template-simple-react-contribution/src/pages/standardCode/viwerComponents.js b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/viwerComponents.js
similarity index 99%
rename from egovframe-template-simple-react-contribution/src/pages/standardCode/viwerComponents.js
rename to egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/viwerComponents.js
index df95218..1f986fb 100644
--- a/egovframe-template-simple-react-contribution/src/pages/standardCode/viwerComponents.js
+++ b/egovframe-template-simple-react-contribution/src/pages/standardCode/viewer/viwerComponents.js
@@ -1,4 +1,4 @@
-import * as EgovNet from "../../api/egovFetch";
+import * as EgovNet from "../../../api/egovFetch";
import React, {useEffect, useState} from "react";
import SbItem from "./SbItem";
import {Col, Row} from "react-bootstrap";
diff --git a/egovframe-template-simple-react-contribution/src/routes/index.jsx b/egovframe-template-simple-react-contribution/src/routes/index.jsx
index 27837f7..f5cb5a0 100644
--- a/egovframe-template-simple-react-contribution/src/routes/index.jsx
+++ b/egovframe-template-simple-react-contribution/src/routes/index.jsx
@@ -109,11 +109,11 @@ import AdminLogsFileDownloadStatus from 'pages/admin/logs/FileDownloadStatus';
//건설기준코드
-import CodeViewer from 'pages/standardCode/viewer';
+import CodeViewer from 'pages/standardCode/viewer/viewer';
import * as EgovNet from 'api/egovFetch'; // jwt토큰 위조 검사 때문에 추가
import initPage from 'js/ui';
-import StandardCodeList from "../pages/standardCode/StandardCodeList";
+import StandardCodeList from "../pages/standardCode/list/StandardCodeList";
const RootRoutes = () => {
//useLocation객체를 이용하여 정규표현식을 사용한 /admin/~ 으로 시작하는 경로와 비교에 사용(아래 1줄) */}
@@ -326,6 +326,7 @@ const SecondRoutes = () => {
{/*기준코드리스트*/}
} />
+ } />