Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin008 authored Dec 27, 2023
1 parent a18f551 commit 2086e51
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,10 @@
# Dahe admin
## Language

- [English](#english)
- [中文](#中文)
[中文](README_zh.md) | [English](README.md)

---

### English


This is a highly practical web project ideal for learning: a multi-store food ordering mini-program. The project is divided into three parts. The backend API is developed with Spring Boot 3, based on Java 17. The frontend consists of two parts: the mini-program and a backend management system, both developed using Vue 3 syntax. The backend management utilizes a proprietary lightweight RBAC (Role-Based Access Control) system that manages the display and usage permissions of pages and buttons through the control of routes, menu items, and custom directives.
---

## version:

| frontend admin | vue3+ts |
| -------------- | ------------ |
| frontend app | uni-app |
| backend api | springboot 3 |

## frontend admin:
![image-20220817173534209](https://document-1255680412.cos.ap-guangzhou.myqcloud.com/%E9%A1%B9%E7%9B%AE%E9%A2%84%E8%A7%88.gif)

## frontend app:
![image-20220817173534202](https://document-1255680412.cos.ap-guangzhou.myqcloud.com/food/%E5%B0%8F%E7%A8%8B%E5%BA%8F%E9%A2%84%E8%A7%88.jpg)



### 中文

这是一个非常适合学习的实战web项目,多门店点餐小程序,项目分三个部分,后端api是springboot3开发的,基于java17,前端有小程序部分和后台管理两个部分组成,都是基于vue3语法开发,后台管理使用自研的轻量级rbac管理,通过控制页面的路由,menu菜单,和自定义指令来控制页面和按钮的显示使用权限

Expand Down

0 comments on commit 2086e51

Please sign in to comment.