|
@@ -6,7 +6,6 @@ namespace app\admin\controller;
|
|
|
|
|
|
use app\user\model\AccountItem;use think\App;use think\facade\Validate;
|
|
|
class Brand extends Base{
|
|
|
- protected $noLogin=[];
|
|
|
public function __construct(App $app) {
|
|
|
parent::__construct($app);
|
|
|
$this->model=new \app\admin\model\Brand();
|