Skip to content

Commit 16b34b0

Browse files
committed
删除无用
1 parent c32b5ef commit 16b34b0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

application/index/controller/Dashboard.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,18 @@
1212
class Dashboard extends Auth
1313
{
1414

15-
15+
/**
16+
* 显示bug统计数量 展示最新处理情况
17+
*
18+
* @return \think\response\View
19+
*/
1620
public function index()
1721
{
22+
23+
24+
25+
26+
1827
$this->assign('title',lang('Dashboard'));
1928
$this->assign('menu_nav','dashboard');
2029
return view('dashboard/index');

0 commit comments

Comments
 (0)