Browse Source

修复可能出现的登录跳转问题

warrior 1 month ago
parent
commit
6024bfb07e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      projects/textbook/src/app/comp-manage/comp-manage.component.html

+ 1 - 1
projects/textbook/src/app/comp-manage/comp-manage.component.html

@@ -9,7 +9,7 @@
 
     <ul [nzInlineCollapsed]="isCollapsed" nz-menu nzMode="inline"
       style="width: 100%; background: #f9eaea;height: 100%;position: relative;">
-      @for (item of optionsMap[textbook.profile?.identity]; track item.id;let index = $index) { @if(item.child)
+      @for (item of optionsMap[tbookSer.profile?.identity]; track item.id;let index = $index) { @if(item.child)
       {
       <li nz-submenu [nzTitle]="item.name" nzIcon="project" [nzOpen]="true">
         <ul>