wupengfei 2 년 전
부모
커밋
f214baaf92
1개의 변경된 파일1개의 추가작업 그리고 10개의 파일을 삭제
  1. 1 10
      application/mall/controller/Banner.php

+ 1 - 10
application/mall/controller/Banner.php

@@ -17,16 +17,7 @@ class Banner extends Controller
      */
     protected $table = 'StoreBanner';
 
-    /**
-     * 轮播图列表
-     * @auth true
-     * @menu true
-     * @throws \think\Exception
-     * @throws \think\db\exception\DataNotFoundException
-     * @throws \think\db\exception\ModelNotFoundException
-     * @throws \think\exception\DbException
-     * @throws \think\exception\PDOException
-     */
+
     public function index()
     {
         $this->title = '轮播图列表';