You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
{
path: 'waf-detail/:id',
name: 'servers-waf-detail',
// component: () => import('/@/views/servers/waf/detail.vue'),
component: ()=> import('/@/layouts/waf/index.vue'),
meta: {
title: t('main.detail'),
currentActiveMenu: '/servers/waf',
hideMenu: true
},
children: [
{
path: 'policy',
name: 'servers-waf-policy',
component: () => import('/@/views/servers/waf/components/Detail.vue'),
meta: {
title: t('main.Refresh'),
currentActiveMenu: '/servers/waf',
hideMenu: true
},
},
]
},
二级菜单里面想增加路由,但是三级页面并没有二级页面 component: ()=> import('/@/layouts/waf/index.vue')的内容,请问应该怎么实现
Beta Was this translation helpful? Give feedback.
All reactions