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

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

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

6
src/navigation/laanc/index.js

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

Loading…
Cancel
Save