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

30 lines
858 B

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.

# SZKP 地图服务 - 管理后台Vue3
## 技术栈
- Vue 3 + TypeScript + Vite
- UIArco Design Vue
- 状态管理Pinia
- 路由Vue Router
## 本地启动
```bash
npm install
npm run dev -- --host 127.0.0.1 --port 5173
```
启动后访问 `http://127.0.0.1:5173/`
## 菜单结构(已搭建骨架)
- 工作台
- 场馆管理:场馆列表 / 客流接入配置 / 分类与标签管理
- 活动管理:活动列表 / 报名管理 / 现场核销 / 用户管理(灰名单)
- 研学线路管理:线路列表 / 线路分类
- 客流监控:实时客流监控 / 活跃指数排行榜 / 异常告警
- 数据统计:综合统计 / 区域分析 / 类别分析 / 报表导出
- 用户与权限:管理员账号 / 角色权限 / 操作日志
- 系统设置:微信配置 / 地图与第三方配置 / 消息通知 / 系统日志