* Fix bug of story navbar active.

This commit is contained in:
xieqiyu
2023-11-10 15:56:07 +08:00
parent 9de92aa4f6
commit f4bac1a999
+1
View File
@@ -2,6 +2,7 @@ $(function()
{
if(typeof(storyType) == 'undefined') storyType = '';
if(typeof(rawModule) == 'undefined') rawModule = 'product';
if(typeof(rawMethod) == 'undefined') rawMethod = '';
if(typeof(app) == 'undefined') app = '';
if(typeof(execution) != 'undefined') rawModule = 'projectstory';
if(['project', 'projectstory'].indexOf(rawModule) === -1 && app != 'qa' && rawMethod != 'batchtotask')