wupengfei %!s(int64=2) %!d(string=hai) anos
pai
achega
39df2e7c7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
     }