mirror of
https://github.com/certd/certd.git
synced 2026-05-15 04:27:31 +08:00
fix: 修复1:: 形式的ipv6校验失败的bug
This commit is contained in:
@@ -167,7 +167,6 @@ function useMixedMenu() {
|
||||
* @param path 路由路径
|
||||
*/
|
||||
function calcSideMenus(path: string = route.path) {
|
||||
debugger;
|
||||
let { rootMenu } = findRootMenuByPath(menus.value, path);
|
||||
if (!rootMenu) {
|
||||
rootMenu = menus.value.find((item: any) => item.path === path);
|
||||
|
||||
Reference in New Issue
Block a user