去掉无用的模板文件

封装ajax提示方法
This commit is contained in:
2021-03-20 05:06:27 +08:00
parent bd9c315d7e
commit c564147f20
68 changed files with 664 additions and 21421 deletions
+5 -5
View File
@@ -22,11 +22,11 @@ class User extends BaseModel implements
static public $tabs = [
'name' => 'tab',
'items' => [
['value' => 'user', 'url' => 'user/user/index', 'name' => '用户'],
['value' => 'role', 'url' => 'user/role/index', 'name' => '角色'],
['value' => 'department', 'url' => 'user/department/index', 'name' => '部门'],
['value' => 'group', 'url' => 'user/group/index', 'name' => '用户组'],
['value' => 'position', 'url' => 'user/position/index', 'name' => '职位'],
['value' => 'user', 'type' => 'a', 'url' => 'user/user/index', 'name' => '用户'],
['value' => 'role', 'type' => 'a', 'url' => 'user/role/index', 'name' => '角色'],
['value' => 'department', 'type' => 'a', 'url' => 'user/department/index', 'name' => '部门'],
['value' => 'group', 'type' => 'a', 'url' => 'user/group/index', 'name' => '用户组'],
['value' => 'position', 'type' => 'a', 'url' => 'user/position/index', 'name' => '职位'],
]
];