mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-08 23:17:50 +08:00
该问题原因为 com.genersoft.iot.vmp.conf.GlobalResponseAdvice 类改变了 sse 响应体的数据结构,导致前端无法正确解析 sse 数据,调试后未发现 GlobalResponseAdvice 如何修改的 sse 数据结构,故根据 sse 消息体结构自定义实现了 sse 连接 |
||
|---|---|---|
| .. | ||
| build | ||
| config | ||
| src | ||
| static | ||
| .babelrc | ||
| .editorconfig | ||
| .gitignore | ||
| .postcssrc.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
gb_web
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.