Browse Source

testDraw router 삭제

pull/2/head
junh_eee(이준희) 10 months ago
parent
commit
5a381f0122
  1. 7
      src/router/routes/index.js

7
src/router/routes/index.js

@ -85,13 +85,6 @@ const Routes = [
component: lazy(() => import('../../views/control')), component: lazy(() => import('../../views/control')),
layout: 'BlankLayout' layout: 'BlankLayout'
}, },
{
path: '/testDraw',
component: lazy(() => import('../../views/testDraw')),
layout: 'BlankLayout'
},
{ {
path: '/history/record/sample1', path: '/history/record/sample1',
component: lazy(() => component: lazy(() =>

Loading…
Cancel
Save