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.
|
|
22 hours ago | |
|---|---|---|
| .vscode | 1 month ago | |
| public | 1 month ago | |
| src | 22 hours ago | |
| .env.production | 6 days ago | |
| .env.testing | 6 days ago | |
| .gitignore | 1 month ago | |
| README.md | 1 month ago | |
| index.html | 1 month ago | |
| package-lock.json | 1 month ago | |
| package.json | 1 month ago | |
| tsconfig.app.json | 1 month ago | |
| tsconfig.json | 1 month ago | |
| tsconfig.node.json | 1 month ago | |
| vite.config.ts | 6 days ago | |
| vite.tianditu-proxy.ts | 6 days ago | |
README.md
SZKP 地图服务 - 管理后台(Vue3)
技术栈
- Vue 3 + TypeScript + Vite
- UI:Arco Design Vue
- 状态管理:Pinia
- 路由:Vue Router
本地启动
npm install
npm run dev -- --host 127.0.0.1 --port 5173
启动后访问 http://127.0.0.1:5173/。
菜单结构(已搭建骨架)
- 工作台
- 场馆管理:场馆列表 / 客流接入配置 / 分类与标签管理
- 活动管理:活动列表 / 报名管理 / 现场核销 / 用户管理(灰名单)
- 研学线路管理:线路列表 / 线路分类
- 客流监控:实时客流监控 / 活跃指数排行榜 / 异常告警
- 数据统计:综合统计 / 区域分析 / 类别分析 / 报表导出
- 用户与权限:管理员账号 / 角色权限 / 操作日志
- 系统设置:微信配置 / 地图与第三方配置 / 消息通知 / 系统日志