请问织梦后台登录卡死怎么办
- 问题:后台登录卡死。
- 解决办法:
- 打开后台管理目录下的
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>
- 打开后台管理目录下的

更新时间:2025-04-11 01:25:37
上一篇:请问织梦提示Call to undefined function解决办法
转载请注明原文链接:https://www.muzicopy.com/suibi/7850.html
