qifengquan 1 năm trước cách đây
mục cha
commit
5b07bb34dc
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      application/admin/controller/document/Index.php

+ 2 - 1
application/admin/controller/document/Index.php

@@ -52,7 +52,8 @@ class Index extends Backend
             3 => '海柿购',
             4 => '柿知识'
         ];
-        $categorydata = [0,1,2,3,4];
+        $categorydata = [0 => ['belong' => '0,1,2,3,4', 'title' => __('None')]];
+
         foreach ($this->rulelist as $k => $v) {
             $categorydata[$v['id']] = $v;
         }