Skip to content

Commit 18c814c

Browse files
committed
修改说明 bug
1 parent bc5a67f commit 18c814c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,18 @@ the back-end code is developed with Python + Django and designed with restful ar
2626
Privilege management:
2727

2828

29-
Back-end: Using RBAC mode,Using RBAC mode, Cooperating with Restful url + Method Operation to do back-end privilege authentication
30-
Front-end: according to the url list returned by the backend userinfo url,matching menu for front-end menu display or not,whether there
31-
is deletion inside or not, and updating permissions is mainly based on the specific URL permissions of the back end.
29+
Back-end: Using RBAC mode,Using RBAC mode, Cooperating with Restful url + Method Operation
30+
to do back-end privilege authentication
31+
Front-end: according to the url list returned by the backend userinfo url,matching menu
32+
for front-end menu display or not,whether there is deletion inside or not,
33+
and updating permissions is mainly based on the specific URL permissions of the back end.
3234

3335
demo example(cmdb demo):
3436

3537

3638
front-end:Using avue build front-end Table management
3739
back-end:get_table_info api return avue arch, and get list real datas
38-
Combination of the two to synthesize a table's add, delete, check, import and export functions with minimal code.
40+
Combination of the two to synthesize a table's crud, import/export functions with minimal code.
3941

4042
## Preparation
4143

0 commit comments

Comments
 (0)