数据审核菜单初始化

This commit is contained in:
熊丽君
2022-03-23 17:30:25 +08:00
parent a10960b511
commit 8b53d7f80f
10 changed files with 1263 additions and 12 deletions

View File

@ -1,11 +1,6 @@
## 开发
```bash
# 克隆项目
git clone https://gitee.com/y_project/RuoYi-Vue
# 进入项目目录
cd ruoyi-ui
# 安装依赖
npm install
@ -27,4 +22,4 @@ npm run build:stage
# 构建生产环境
npm run build:prod
```
```