* Fix bug.

This commit is contained in:
tianshujie98
2020-12-23 11:36:23 +08:00
parent fee40d2ffa
commit de59aeebbb
+1
View File
@@ -3,6 +3,7 @@ $(function()
if(typeof(mode) != 'undefined')
{
if(mode == 'testcase') mode = 'testtask';
if(mode == 'requirement') mode = 'story';
$('#subNavbar li[data-id=' + mode + ']').addClass('active');
}
var scp = $('[data-id="changePassword"] a');