System.php 203 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php namespace app\admin\controller; class System extends Base { //系统设置首页 public function index(){ $this->assign('data',[]); return $this->fetch('index'); } }