You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.3 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# [校园 e 站通・华交场馆管控一体化平台]
<!-- ## 目录
- [项目概述](#项目概述)
- [安装指南](#安装指南) -->
## 项目概述
**项目定位**: 基于Vue3 + ElementPlus实现的在线运动场馆管理后台
<!-- [演示地址](http://119.29.191.232:8092/login) -->
**功能模块**:
- 首页:数据大屏,显示平台场馆数量、当日营收情况、及平台使用人数
- 场馆管理对平台场馆进行CRUD操作。包括新增场馆信息、上传/修改场馆图片、调整场馆信息(营业时间、场馆名称等)、移除场馆信息等
<<<<<<< HEAD
- 场地管理:基于已经存在的场馆,对其中的场地信息进行CRUD操作。包括新增场地信息、调整场地使用价格】'
- 测试
=======
- 场地管理:基于已经存在的场馆,对其中的场地信息进行CRUD操作。包括新增场地信息、调整场地使用价格】
- update
>>>>>>> c20a175172b43fa5bd9b62ae2bae9f536664e22c
- ...
## 安装指南 <!--网页3][网页5-->
### 先决条件(运行环境)
- Node.js v18.x
### 安装步骤
```bash
# 克隆仓库
git clone https://git.code.tencent.com/chenyuepan/venue_reservation_manage.git
# 选择本地文件夹
cd your-project
# 依赖安装
pnpm i -save 或 npm i -save
# 运行
pnpm dev 或 npm run dev
```