wupengfei il y a 2 ans
Parent
commit
39df2e7c7f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();
     }