模块修改

This commit is contained in:
2025-11-17 16:42:14 +08:00
parent b82dac2ddd
commit 0b69fc5ddd
13 changed files with 103 additions and 159 deletions

View File

@@ -1,8 +1,8 @@
<?php
namespace app\guildAdmin\controller;
namespace app\guildadmin\controller;
use app\common\controller\GuildAdmin;
use app\common\controller\guildadmin;
use think\Config;
use think\Db;
use think\Hook;
@@ -13,7 +13,7 @@ use think\Validate;
* 后台首页
* @internal
*/
class Index extends GuildAdmin
class Index extends guildadmin
{
protected $noNeedLogin = ['login'];