后台首页被替换
This commit is contained in:
@@ -22,10 +22,6 @@ class Index extends Admin {
|
|||||||
* @return html
|
* @return html
|
||||||
*/
|
*/
|
||||||
public function index() {
|
public function index() {
|
||||||
$methods = model('AuthRule')->updaterule('admin');
|
|
||||||
dump($methods);
|
|
||||||
exit();
|
|
||||||
|
|
||||||
$this->setMeta('后台首页');
|
$this->setMeta('后台首页');
|
||||||
return $this->fetch();
|
return $this->fetch();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user