mirror of https://github.com/veops/cmdb.git
/ redirect to /relation_views
This commit is contained in:
parent
5dc2f89e7f
commit
69d6b40e39
|
@ -8,6 +8,7 @@ const cmdbRouter = [
|
||||||
// resource views
|
// resource views
|
||||||
{
|
{
|
||||||
path: '/resource_views',
|
path: '/resource_views',
|
||||||
|
redirect: '/relation_views',
|
||||||
component: RouteView,
|
component: RouteView,
|
||||||
name: 'cmdb_resource_views',
|
name: 'cmdb_resource_views',
|
||||||
meta: { title: 'menu.resourceViews', icon: 'hdd', keepAlive: true },
|
meta: { title: 'menu.resourceViews', icon: 'hdd', keepAlive: true },
|
||||||
|
|
Loading…
Reference in New Issue