Yjz.php
321 字节
<?php
namespace app\equipment\controller;
use app\common\controller\Frontend;
use \think\Request;
use think\Db;
class Yjz extends Frontend
{
protected $noNeedLogin = [];
protected $noNeedRight = '*';
protected $layout = '';
public function yjz()
{
return $this->view->fetch();
}
}