Skip to content

这里判断是否有错误? #1

@changzheng0101

Description

@changzheng0101

您好,麻烦请问一下:
路径:ng-nest-examples/RBAC/4-ui-navigation/ui/src/layout/index/index.service.ts
该文件第64行:if (item.pid === null && item.pid === '') return;
是否应该改为:if (item.pid === null || item.pid === '') return;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions