wugg 9 months ago
parent
commit
bff0fc620e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/TagGood.php

+ 1 - 1
app/admin/controller/TagGood.php

@@ -11,7 +11,7 @@ use think\App;
 use think\facade\Db;use think\facade\Validate;
 
 class TagGood extends Base{
-	public $novalidate=['*'];
+//	public $novalidate=['*'];
     public function __construct(App $app) {parent::__construct($app);}
     //新建标签
     public function create(){