Browse Source

laanc 폴더명 수정 오류해결

pull/2/head
sanguu516(박상현) 1 year ago
parent
commit
f611c0aea2
  1. 6
      src/@core/layouts/components/menu/vertical-menu/index.js
  2. 4
      src/@core/layouts/components/navbar/NavbarUser.js
  3. 6
      src/navigation/laanc/index.js

6
src/@core/layouts/components/menu/vertical-menu/index.js

@ -9,7 +9,7 @@ import basis from '@src/navigation/basis';
import statics from '@src/navigation/statics'; import statics from '@src/navigation/statics';
import system from '@src/navigation/system'; import system from '@src/navigation/system';
import analysis from '@src/navigation/analysis'; import analysis from '@src/navigation/analysis';
import flightPlan from '@src/navigation/flightPlan'; import laanc from '@src/navigation/laanc';
// ** Third Party Components // ** Third Party Components
import classnames from 'classnames'; import classnames from 'classnames';
@ -41,8 +41,8 @@ const Sidebar = props => {
return statics; return statics;
case 'analysis': case 'analysis':
return analysis; return analysis;
case 'flightPlan': case 'laanc':
return flightPlan; return laanc;
} }
}; };

4
src/@core/layouts/components/navbar/NavbarUser.js

@ -83,8 +83,8 @@ const NavbarUser = props => {
</NavItem> </NavItem>
<NavItem> <NavItem>
<NavLink <NavLink
onClick={e => handlerTopMenu('flightPlan')} onClick={e => handlerTopMenu('laanc')}
active={topMenuCd === 'flightPlan'} active={topMenuCd === 'laanc'}
// onClick={() => { // onClick={() => {
// toggle('3') // toggle('3')
// }} // }}

6
src/navigation/laanc/index.js

@ -1,11 +1,11 @@
export default [ export default [
{ {
id: 'flight_plan_001', id: 'laanc_plan_001',
title: 'LAANC 승인 관리', title: 'LAANC 승인 관리',
navLink: '#' navLink: '#'
}, },
{ {
id: 'flight_plan_001_01', id: 'laanc_plan_001_01',
type: 'dropdown', type: 'dropdown',
title: 'LAANC 승인 관리', title: 'LAANC 승인 관리',
children: [ children: [
@ -32,7 +32,7 @@ export default [
navLink: '#' navLink: '#'
}, },
{ {
id: 'flight_plan_02', id: 'laanc_plan_02',
title: '비행운항 스케줄', title: '비행운항 스케줄',
navLink: '/basis/flight/schedule/index', navLink: '/basis/flight/schedule/index',
newTab: true newTab: true

Loading…
Cancel
Save