mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 23:20:12 +08:00
Rename test view to test (#489)
This commit is contained in:
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…
x
Reference in New Issue
Block a user