This commit is contained in:
icret
2022-04-08 13:33:53 +00:00
parent 919228ff1e
commit abfc5a3fa0
10 changed files with 74 additions and 60 deletions

View File

@@ -65,7 +65,7 @@ if ($config['notice_status'] == 1 && !empty($config['notice'])) : ?>
// 导航状态
$('.nav-pills').find('a').each(function() {
if (this.href == document.location.href) {
$(this).parent().addClass('active'); // this.className = 'active';
$(this).parent().addClass('active'); // this.className = 'active';
}
});