1. 修复启动卡住问题 - 创建专用 authRequestClient 连接到认证中心 - 修复认证相关API路由错误 2. 修复API响应处理 - 移除错误的 defaultResponseInterceptor - 添加自定义响应拦截器直接返回 response.data - 修复分页数据提取(response.items) 3. 修复类型定义 - Tenant: contactPhone 可选,status 改为 string - User: 添加 phone, tenantId, tenantName, emailConfirmed - Role: 添加 tenantId, isSystem, userCount - OAuth: 修改 Id 类型为 string - 修正所有 DTO 的必填字段 4. 修复查询参数 - 租户列表使用 name 而不是 keyword 5. 补全 i18n 多语言包 - 添加 app, tenant, user, role, oauth, common 模块 - 中文:"蜂铃管理平台"、"蜂铃控制台" - 英文:Fengling Management Platform、Fengling Console 6. 修复租户管理逻辑 - 添加 editingId 跟踪编辑状态 - 修复 handleSave 使用正确的租户ID |
||
|---|---|---|
| .changeset | ||
| .github | ||
| apps | ||
| docs | ||
| internal | ||
| packages/stores/src/modules | ||
| playground | ||
| scripts | ||
| .browserslistrc | ||
| .commitlintrc.js | ||
| .dockerignore | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitconfig | ||
| .gitignore | ||
| .gitpod.yml | ||
| .node-version | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc.mjs | ||
| .stylelintignore | ||
| cspell.json | ||
| eslint.config.mjs | ||
| lefthook.yml | ||
| LICENSE | ||
| OIDC_INTEGRATION.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.ja-JP.md | ||
| README.md | ||
| README.zh-CN.md | ||
| stylelint.config.mjs | ||
| tea.yaml | ||
| turbo.json | ||
| vben-admin.code-workspace | ||
| vitest.config.ts | ||
Introduction
Vue Vben Admin is a free and open source middle and back-end template. Using the latest vue3, vite, TypeScript and other mainstream technology development, the out-of-the-box middle and back-end front-end solutions can also be used for learning reference.
Upgrade Notice
This is the latest version, 5.0, and it is not compatible with previous versions. If you are starting a new project, it is recommended to use the latest version. If you wish to view the old version, please use the v2 branch.
Features
- Latest Technology Stack: Developed with cutting-edge front-end technologies like Vue 3 and Vite
- TypeScript: A language for application-scale JavaScript
- Themes: Multiple theme colors available with customizable options
- Internationalization: Comprehensive built-in internationalization support
- Permissions: Built-in solution for dynamic route-based permission generation
Preview
- Vben Admin - Full version Chinese site
Test Account: vben/123456
Use Gitpod
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
Documentation
Install and Use
- Get the project code
git clone https://github.com/vbenjs/vue-vben-admin.git
- Install dependencies
cd vue-vben-admin
npm i -g corepack
pnpm install
- Run
pnpm dev
- Build
pnpm build
Change Log
How to Contribute
You are very welcome to join! Raise an issue or submit a Pull Request.
Pull Request Process:
- Fork the code
- Create your branch:
git checkout -b feat/xxxx - Submit your changes:
git commit -am 'feat(function): add xxxxx' - Push your branch:
git push origin feat/xxxx - Submit
pull request
Git Contribution Submission Specification
Reference vue specification (Angular)
featAdd new featuresfixFix the problem/BUGstyleThe code style is related and does not affect the running resultperfOptimization/performance improvementrefactorRefactorrevertUndo edittestTest relateddocsDocumentation/noteschoreDependency update/scaffolding configuration modification etc.ciContinuous integrationtypesType definition file changes
Browser Support
The Chrome 80+ browser is recommended for local development
Support modern browsers, not IE
![]() Edge |
![]() Firefox |
![]() Chrome |
![]() Safari |
|---|---|---|---|
| last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Maintainer
Star History
Donate
If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!




