找到织梦后台管理目录下的/templets/index_body.htm文件,将第25行至第35行部分js代码注释掉。 |
function showMore() |
{ |
$( "#allInfo" ).toggle(); |
$( "#allInfoTD" ).toggle(); |
} |
$( function () |
{ |
$.get( "index_testenv.php" , function (data) |
{ |
if (data !== '' ) |
{ |
$( "#__testEvn" ).html(data); |
} |
}) |
}) |