織夢登陸后臺卡死無法進入怎么辦?
織夢登陸后臺卡死無法進入怎么辦?將網站后臺目錄下 templets/index_body.htm 中的以下代碼刪除掉即可解決此問題
??推薦學習:織夢cms
將網站后臺(默認dede)目錄下 templets/index_body.htm 中的以下代碼刪除掉。?
代碼如下:
<script>function showMore(){ $(“#allInfo”).toggle(); $(“#allInfoTD”).toggle();} $(function(){ $.get(“index_testenv.php”,function(data) { if(data !== ”) { $(“#__testEvn”).html(data); } })})</script>
? 版權聲明
文章版權歸作者所有,未經允許請勿轉載。
THE END