This commit is contained in:
Alone
2024-09-14 15:10:43 +08:00
parent 6c64bbd82a
commit 610dee88cd
4241 changed files with 0 additions and 622695 deletions
-29
View File
@@ -1,29 +0,0 @@
<?php
namespace app\index\controller;
use think\App;
use think\facade\View;
use think\facade\Request;
use think\facade\Cache;
use app\index\QfShop;
class Index extends QfShop
{
public function __construct(App $app)
{
parent::__construct($app);
}
/**
* @description: 报名页面
* @param {*}
* @return {*}
*/
public function index()
{
return View::fetch();
}
}