- 修改后端控制器路径从 /api/video为 /dahuaVideo - 更新登录接口使用固定测试凭证 - 实现基于 StreamingResponseBody 的视频流传输 - 前端移除转码相关逻辑,集成大华播放器组件 - 添加设备登录和预览启动/停止接口 -优化视频播放器组件支持大华流媒体播放 - 调整播放器UI增加控制按钮和错误处理- 修复视频播放错误提示和资源释放逻辑 |
||
|---|---|---|
| public | ||
| src | ||
| .env | ||
| .env.development | ||
| .env.production | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .prettierrc.cjs | ||
| env.d.ts | ||
| index.html | ||
| jsconfig.json | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| readme.md | ||
| vite.config.js | ||
readme.md
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Recommended IDE Setup
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).