mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
更新节点模块
This commit is contained in:
parent
5986b7964e
commit
c0e453b445
@ -20,6 +20,12 @@ class Node extends BasicAdmin {
|
||||
|
||||
public function index() {
|
||||
$this->title = '系统节点管理';
|
||||
$alert = [
|
||||
'type' => 'danger',
|
||||
'title' => '安全警告',
|
||||
'content' => '系统数据请勿随意修改!'
|
||||
];
|
||||
$this->assign('alert', $alert);
|
||||
parent::_list($this->table, FALSE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user