mirror of https://github.com/veops/cmdb.git
/ redirect to /relation_views
This commit is contained in:
parent
c3b5b30b1f
commit
b9ef7856fe
|
@ -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