This commit is contained in:
2020-08-15 21:47:14 +08:00
parent 990f649724
commit 55f98eed02
20 changed files with 1451 additions and 3754 deletions

View File

@@ -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(){