Rename test view to test (#489)

pull/3759/head
Yamel Senih 2020-05-06 16:10:33 -04:00 committed by GitHub
parent 91f0e9805e
commit 9f59dee9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

View File

@ -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',