公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix `Notification is not defined` on Android Webview or under ios16.4
Kairlec
2023-04-23
ea3f899593f47c1c6fe708495af0a091a3c73d5f
[wvp-pro.git]
/
web_src
/
config
/
dev.env.js
1
2
3
4
5
6
7
8
'use strict'
const merge = require('webpack-merge')
const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"/debug"'
})