后台如何新添加一个页面
客户想在后台看到一个百度流量统计的页面。但是在后台添加页面,点击进去之后都会提示"页面错误!请稍后再试~"。这是什么原因
我在App/Manage/View/文件下添加啦一个Flow_index.html页面
然后我在App/Manage/View/Index_index.html里面添加
<li id="menu_4"><a class="thisclass" href="{:U('Flow/index')}" _for="left_menu_4"><b>流量统计</b></a></li>
点击流量统计之后进入http://localhost/admin.php?s=/Flow/index这个页面,但是页面上直接就提示"页面错误!请稍后再试~",这是什么原因