https://github.com/feihua/actix-admin
是基于actix-web和rbatis的rbac权限管理系统
https://github.com/feihua/actix-admin
Last synced: 6 months ago
JSON representation
是基于actix-web和rbatis的rbac权限管理系统
- Host: GitHub
- URL: https://github.com/feihua/actix-admin
- Owner: feihua
- License: apache-2.0
- Created: 2022-12-06T01:58:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-04-01T07:59:32.000Z (7 months ago)
- Last Synced: 2025-04-01T08:41:27.225Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 1.9 MB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# actix-admin
是基于actix-web和rbatis的rbac权限管理系统
# 预览地址
http://43.136.115.138/antd 账号:18613030111 密码:123456
# 前端项目
```
https://github.com/feihua/antd-admin.git
```# 相关rust web框架项目
```
https://github.com/feihua/axum-admin.git # axum框架
https://github.com/feihua/rocket-admin.git # rocket框架
https://github.com/feihua/salvo-admin.git # salvo-web框架
```# 本地启动
```
1.创建数据库并导入sql脚本
2.修改src/model/db.rs代码中的 rb.init(rbdc_mysql::driver::MysqlDriver {}, "mysql://root:123456@127.0.0.1:3306/rustdb").unwrap(); 为你自己的数据信息
3.启动 cargo run main.rs
4.验证脚本在docs目录下,请求接口前要先执行登录接口(user.http文件中)POST {{host}}/api/login
Content-Type: application/json{
"mobile": "18613030352",
"password": "123456"
}
> {% client.global.set("token", response.body.data.token); %}```
# 系统截图
## 用户界面

## 角色分配界面

## 角色界面

## 角色用户界面

## 菜单分配界面

## 菜单界面

## 部门界面

## 岗位界面

## 字典界面

## 字典数字界面

## 通知界面

## 登录日志
