wupengfei 2 năm trước cách đây
mục cha
commit
39df2e7c7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/user/controller/Tag.php

+ 1 - 1
application/user/controller/Tag.php

@@ -29,7 +29,7 @@ class Tag extends Controller
      */
     public function index()
     {
-        $this->title = '分组管理';
+        $this->title = '标签管理';
         $query = $this->_query($this->table)->order('id asc')->page();
     }