From eef2034cda9d180934d5036a32f64188939b5359 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 15 May 2023 17:26:22 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]nav=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/navigation/navigation.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/navigation/navigation.component.ts b/src/app/navigation/navigation.component.ts index a64b2b7..d6a04db 100644 --- a/src/app/navigation/navigation.component.ts +++ b/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 = "能力分析";