wupengfei 2 년 전
부모
커밋
39df2e7c7f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
     }