* Modify the navigation highlight problem.

This commit is contained in:
tianshujie98
2021-04-02 16:30:37 +08:00
parent ad614bf635
commit 7a31966244
+1 -1
View File
@@ -5,7 +5,7 @@ $(function()
if(typeof(rawModule) == 'undefined') rawModule = 'product';
if(typeof(app) == 'undefined') app = '';
if(typeof(execution) != 'undefined') rawModule = 'projectstory';
if(['project', 'projectstory'].indexOf(rawModule) === -1)
if(['project', 'projectstory'].indexOf(rawModule) === -1 && app != 'qa')
{
$('#navbar .nav li').removeClass('active');
$("#navbar .nav li[data-id=" + storyType + ']').addClass('active');