1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

Rename test view to test (#489)

This commit is contained in:
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,17 +53,16 @@ const staticRoutes = [
]
},
{
path: '/test-view',
path: '/test',
component: Layout,
hidden: true,
redirect: '/test-view/index',
children: [
{
path: 'index',
component: () => import('@/views/ADempiere/TestView'),
path: '/test',
component: () => import('@/views/ADempiere/Test'),
name: 'Test View',
meta: {
title: 'TestView',
title: 'Test View',
isIndex: true
}
}