Files
wvp-platform/web_src
xiaoQQya f78657473e fix(报警推送): 修复报警推送功能无效的问题
该问题原因为 com.genersoft.iot.vmp.conf.GlobalResponseAdvice 类改变了 sse 响应体的数据结构,导致前端无法正确解析 sse 数据,调试后未发现 GlobalResponseAdvice 如何修改的 sse 数据结构,故根据 sse 消息体结构自定义实现了 sse 连接
2023-11-06 20:34:58 +08:00
..
2020-10-12 10:11:24 +08:00
2020-10-12 10:11:24 +08:00
2020-10-12 10:11:24 +08:00
2021-03-01 18:12:56 +08:00
2020-10-12 10:11:24 +08:00

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.