Rename test view to test (#489)
parent
91f0e9805e
commit
9f59dee9cb
|
@ -53,14 +53,13 @@ const staticRoutes = [
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/test-view',
|
path: '/test',
|
||||||
component: Layout,
|
component: Layout,
|
||||||
hidden: true,
|
hidden: true,
|
||||||
redirect: '/test-view/index',
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'index',
|
path: '/test',
|
||||||
component: () => import('@/views/ADempiere/TestView'),
|
component: () => import('@/views/ADempiere/Test'),
|
||||||
name: 'Test View',
|
name: 'Test View',
|
||||||
meta: {
|
meta: {
|
||||||
title: 'Test View',
|
title: 'Test View',
|
||||||
|
|
Loading…
Reference in New Issue