更新
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
// +----------------------------------------------------------------------
|
||||
namespace app\controller\front;
|
||||
|
||||
use QL\QueryList;
|
||||
|
||||
class Index extends Base {
|
||||
|
||||
/**
|
||||
@@ -16,7 +18,7 @@ class Index extends Base {
|
||||
*/
|
||||
public function index() {
|
||||
$this->setSeo("网站首页", '网站首页', '网站首页');
|
||||
return $this->fetch();
|
||||
// return $this->fetch();
|
||||
}
|
||||
|
||||
public function miss(){
|
||||
|
||||
Reference in New Issue
Block a user