dedecms安装好进入后台后发现它左边的菜单点不了了,菜单不显示,弄了好久才发现是index_body.htm这个文件中的那段js出了问题,它的目录是在dede/templets//index_body.htm.具体做法是把该文件中18到35的代码屏蔽即可.如图:

<script type="text/javascript">

/*function showMore(){    $("#allInfo").toggle();    $("#allInfoTD").toggle();}$(function(){   $.get("index_testenv.php",function(data)  {    if(data !== '')    {        $("#__testEvn").html(data);    }  })})*/</script>

相关文章:

  • 2021-12-17
  • 2021-12-02
  • 2022-02-09
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
相关资源
相似解决方案