forked from zhyfor/base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpermission.txt
60 lines (60 loc) · 970 Bytes
/
permission.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
'member-index',
'member-show',
'member-block',
'member-search',
'article-index',
'article-create',
'article-store',
'article-show',
'article-edit',
'article-update',
'article-search',
'category-index',
'category-create',
'category-store',
'category-show',
'category-edit',
'category-update',
'company-index',
'company-create',
'company-store',
'company-show',
'company-edit',
'company-update',
'company-search',
'project-index',
'project-create',
'project-store',
'project-edit',
'project-update',
'project_info-write',
'team-index',
'team-create',
'team-store',
'team-edit',
'team-update',
'file-index',
'file-create',
'file-store',
'file-edit',
'file-update',
'role-index',
'role-create',
'role-store',
'role-edit',
'role-update',
'permission-index',
'permission-create',
'permission-store',
'permission-edit',
'permission-update',
'user-index',
'user-create',
'user-store',
'user-edit',
'user-update',
'user-search',
'me-write',
'log-index',
'log-show',
'log-search',