Browse Source

[完善]nav bug

智慧矿山应急安全培训、考核、演练管理系统
邵佳豪 2 years ago
parent
commit
eef2034cda
  1. 2
      src/app/navigation/navigation.component.ts

2
src/app/navigation/navigation.component.ts

@ -39,7 +39,7 @@ export class NavigationComponent implements OnInit {
}
if (this.router.url.indexOf("statistic") !== -1) {
this.selectedNav = "统计分析";
if (this.router.url.indexOf("examinee") !== -1) {
if (this.router.url.indexOf("statistic-examination") !== -1) {
this.selectedNav2 = "考试统计";
}else{
this.selectedNav2 = "能力分析";

Loading…
Cancel
Save