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:
parent
91f0e9805e
commit
9f59dee9cb
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user