|
@@ -31,7 +31,7 @@ $(function(){
|
|
|
$("#changeWord").css("opacity",hasData('FUNC000002')?'1':'0.5').hover(function(){
|
|
|
$(this).css("color","#777777")
|
|
|
})
|
|
|
- $(".header .title").click(function(){
|
|
|
+ $(".header .title .qiehuan").click(function(){
|
|
|
getMenu();
|
|
|
let txt = $(this).find('i').html()
|
|
|
if(txt == '切换运行质控'){
|
|
@@ -45,10 +45,10 @@ $(function(){
|
|
|
}
|
|
|
$('#contentIframe').attr('src', $('#contentIframe').attr('src'));
|
|
|
})
|
|
|
- $(".header .title").mouseenter(function(){
|
|
|
+ $(".header .title .qiehuan").mouseenter(function(){
|
|
|
$(this).find('img').attr('src',require('../images/qiehuan1.png'))
|
|
|
})
|
|
|
- $(".header .title").mouseleave(function(){
|
|
|
+ $(".header .title .qiehuan").mouseleave(function(){
|
|
|
$(this).find('img').attr('src',require('../images/qiehuan2.png'))
|
|
|
})
|
|
|
});
|