公告板
版本库
filestore
活动
搜索
登录
main
/
wvp-pro
搭配zgyw,实现gb28181
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
告警信息上报过程中,AlarmType存储失败的解决
chenjialing
2022-03-02
fe0b5c33f92e11f51574deb2c589a31b34a6e720
[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"'
})