wvp-GB28181-pro/web_src
Kairlec ea3f899593
fix `Notification is not defined` on Android Webview or under ios16.4
如果没有这一行import,那么使用的会是Notification Web API,这在部分场景下是不支持的,具体见[Notification浏览器兼容性](https://developer.mozilla.org/zh-CN/docs/Web/API/Notification#%E6%B5%8F%E8%A7%88%E5%99%A8%E5%85%BC%E5%AE%B9%E6%80%A7)
比如在一些使用Android Webview的浏览器或部分ios系统上会导致报错而白屏
在此处应该为使用`element-ui`的Notification组件(下面有用到注册为element-ui的Notification全局属性$notify)
2023-04-23 17:08:53 +08:00
..
build 优化跨域配置,支持同域的前后端分离部署 2023-03-05 09:53:26 +08:00
config 优化跨域配置,支持同域的前后端分离部署 2023-03-05 09:53:26 +08:00
src fix `Notification is not defined` on Android Webview or under ios16.4 2023-04-23 17:08:53 +08:00
static Merge remote-tracking branch 'origin/wvp-28181-2.0' into wvp-28181-2.0 2023-03-15 22:57:20 +08:00
.babelrc 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.editorconfig 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.gitignore 修复子节点显示错误 2020-10-12 10:11:24 +08:00
.postcssrc.js 使用jainsip的方式解析sdp 2021-03-01 18:12:56 +08:00
README.md 修复子节点显示错误 2020-10-12 10:11:24 +08:00
index.html 增加消息通道配置,可以通道redis在wvp上下级之间发送消息 2023-03-14 14:02:33 +08:00
package-lock.json 支持不同域的前后端分离部署 2023-03-15 19:05:56 +08:00
package.json 支持不同域的前后端分离部署 2023-03-15 19:05:56 +08:00

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.