docs:增加演示环境服务

[演示地址-前端: http://49.232.203.244:1856](http://49.232.203.244:1856/login)
[演示地址-接口地址: http://49.232.203.244:1855/docs](http://49.232.203.244:1855/docs)
This commit is contained in:
zy7y 2022-10-05 00:05:11 +08:00 committed by GitHub
parent a319681eea
commit 0fb9718153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
# Mini RBAC
`Python(FastAPI)`、`VUE3`实现,仅保留核心权限控制的极简后台管理。
![index](./imgs/index.png)
[演示地址-前端: http://49.232.203.244:1856](http://49.232.203.244:1856/login)
[演示地址-接口地址: http://49.232.203.244:1855/docs](http://49.232.203.244:1855/docs)
## 功能
### 权限控制
- [x] 前端菜单权限控制
@ -59,4 +64,4 @@ websockets==10.3
![user-api](./imgs/user-api.png)
![role-menu](./imgs/role-menu-api.png)
</details>
</details>