We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ 重要 ⚠️ 在进一步操作之前,请检查下列选项。如果您忽视此模板或者没有提供关键信息,您的 Issue 将直接被关闭
配置了一个路由 类似于:
{ path: 'template', name: 'ReportTemplate', component: () => import('@/views/reportMgr/template/index.vue'), meta: { title: '模板设置', icon: 'tabler:template', hideChildrenInMenu: true, }, children: [ { path: 'modifyTemp', name: 'ReportModifyTemp', component: () => import('@/views/reportMgr/modifyTemp/index.vue'), meta: { title: '新增模板', icon: 'eos-icons:templates-outlined', // currentActiveMenu: '/report/template', }, }, ], },
然后是从 template -> modifyTemp 跳转,但是modifyTemp 不想出现在菜单中,所以就对 template 配置了 hideChildrenInMenu,虽然刷新之后,菜单还在,但是 标签页上,之前打开的 template 页面的标签不在了。
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
No branches or pull requests
描述 Bug
配置了一个路由 类似于:
然后是从 template -> modifyTemp 跳转,但是modifyTemp 不想出现在菜单中,所以就对 template 配置了 hideChildrenInMenu,虽然刷新之后,菜单还在,但是 标签页上,之前打开的 template 页面的标签不在了。
复现 Bug
系统信息
The text was updated successfully, but these errors were encountered: