首页 > CMS > 织梦DEDE > 正文

DedeCMS登录卡死解决方法

2024-07-12 08:27:37
字体:
来源:转载
供稿:网友

dedecms后台卡死解决方法

找到后台管理目录下的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);}  });   $.get("index_body.php?dopost=get_seo",function(data)  {if(data !== ''){$("#SEOInfo").html(data);}  });});</script>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表